...
In summary, Logstash ingests and processes data, Elasticsearch indexes and stores the data, and Kibana provides the interface for visualizing and exploring the data.
...
also, if you are writing an application based on a template, don't forget to replace the application type with the nameJBT 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
fill in <remoteHost/> and <port/> by values based on your running Logstash service.
You could also use <destination> instead of <remoteHost/> and <port/>.
...