Hi,
until now, the axon server was in our openshift cluster and the logs were sent to elastic via fluentd.
However, we decided to install the axon server on its own Linux (RHEL) VM.
We would like to write the logs again to our ELK stack via REDIS. The configuration example for a JSON output in the logback.xml is very helpful:
https://docs.axoniq.io/axon-server-reference/v2024.2/axon-server/administration/logging/logging-format/
We would need to extend the configuration to include an appender for REDIS, but there are also dependencies on the application itself:
http://blog.florian-hopf.de/2015/01/logging-to-redis-using-spring-boot-and.html
Has anyone already any preparations / templates / examples for REDIS or the ELK stack?
Thank you for your help!