Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In summary, Logstash ingests and processes data, Elasticsearch indexes and stores the data, and Kibana provides the interface for visualizing and exploring the data.

...


...

JBT already has the required dependencies for Logstash, you just need to configure logback-spring.xml by providing Logstash details such as host and port.

logback-spring.xml path: configuration/src/main/resources/logback-spring.xml

Image Added

fill in <remoteHost/> and <port/> by values based on your running Logstash service.
You could also use <destination> instead of 
<remoteHost/> and <port/>.

Image Added

Don't forget to change the spring profile name.

Image Added

JBT uses the docker profile just for testing, you should substitute it with a name based on your environment such as local/dev/prod