Git Product home page Git Product logo

springbootelasticstack's Introduction

Under the Hood

  • Spring Boot 2.2.4
  • MySQL 5.7
  • Elasticsearch 7.5.2
  • Logstash 7.5.2
  • Kibana 7.5.2
  • Docker Engine: 19.03.5
  • Docker Compose: 1.24.1

ELK

How works ?

  • First of all, if you want change database schema, username or password, look at the .env file in project's root directory.
  • docker-compose reads variables from .env file.
  • If you want see current environment variables, please run this command;
docker-compose config
  • Replace the application's log file path in both application.yml and docker-compose.yml

  • Run the command below to up all docker containers.

docker-compose up --build
  • Run the command below to down all docker containers.
docker-compose down

Verifications

  • If you have run all the above steps correctly, the following urls will get back response to you.

for Logstash

http://localhost:9600

for Elasticsearch

http://localhost:9200

for Kibana

http://localhost:5601

Finally

  • Logstash's config file is in the containers folder in the root directory of the project. Here, "spring_boot_log" is defined as the index. If you have not made any changes, you can see your logs from dashboard by defining this index on kibana url .

springbootelasticstack's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.