log-aggregation-spring-boot-elastic-stack icon indicating copy to clipboard operation
log-aggregation-spring-boot-elastic-stack copied to clipboard

Example on how to use Elastic Stack with Docker to collect, process, store, index and visualize logs of Spring Boot microservices.

Results 7 log-aggregation-spring-boot-elastic-stack issues
Sort by recently updated
recently updated
newest added

I want to collect java stack trace from spring boot container, such as log row start with `at` `CauseBy` `...` . ---- How should I change the **filebeat.yml** file

I am using version 8.1.2. It is not running successfully elastic search don't authorize Logstash. The error from Logstash is [main] Attempted to resurrect connection to dead ES instance, but...

The solution is: run this command in the root of project: `sudo chmod 777 -R $PWD/elasticsearch/data`

Hi, i'm trying to reproduce this project without docker/docker-docker compose, but looking the files i didnt understand where the log are stored for later process with filebeat. I see in...

To make example working on Mac I had to add memory setting to elastic search: - "ES_JAVA_OPTS=-Xms512m -Xmx512m" Solution based on: https://github.com/elastic/elasticsearch-docker/issues/22

Inside logback-spring.xml you dont have to define property CONSOLE_LOG_PATTER. That property already contains default logging pattern. You will get same results with following configuration: ![image](https://user-images.githubusercontent.com/46056966/76521443-24cb5000-6465-11ea-939f-0af7aa58b00f.png)

\java\spring-boot\otel\es\logagr>docker-compose up ``` [+] Running 6/6 ✘ comment-service Error pull access denied for cassiomolin/comment-service, repository does ... 3.0s ✘ logstash Error context canceled 3.0s ✘ kibana Error context canceled 3.0s...