Streaming Spring Boot Application Logs to ELK Stack with outFilebeat

Hello Peoples,

I am exploring on Streaming Log Analysis project. So i used spring boot application to logback implementation with filebeat concept.
could help withe best support in creating logback.xml and logstack.config to sent logs from Spring boot to logstack

Thanks in advance

Hi Manick,

You can use beats to send logs directly to Elasticsearch without using Logstash, if you don't need any transformations on data.

thanks for the reply!

i would to know the other way instead of using "Beats", because i have to maintain or create a log file in Spring boot Location and in the ELK location also.

Not sure for logback.xml but a getting started tutorial for creating logstash.conf is here

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.