2 questions from the last 30 days
0
votes
1
answer
75
views
After upgrade to Spring Boot 3.5, ECS logging seems to stop working
In our application we use the Spring Boot built-in logging in ECS format:
logging.structured.format.console=ecs
logging.structured.format.file=ecs
This automagically produces nicely ECS-formatted ...
1
vote
0
answers
18
views
Connect local Kibaba to remote Elasticsearch cluster version 8.x
I had a hard time trying to run local Kibana with Docker and connect to a remote Elasticsearch cluster in version 8.18.x
Previously, I had an ES version 7 running in a k8s-managed cloud
Then I ...