We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, we faced the problem, that we have a cluster of Kibana servers and yesterday the master changed. In the logback.xml we had:
<appender name="LOGSTASH" class="com.cwbase.logback.RedisAppender"> <host>redis-01</host> <port>6379</port> <key>***</key> <type>****</type> <tags>****</tags> <sourceHost>${HOSTNAME}</sourceHost> </appender>
now the master is redis-02 and the logs could not be written in redis-01 anymore . It would be helpful to be able to set up the cluster of servers.
The text was updated successfully, but these errors were encountered:
if you have the same problem consider using https://github.com/idealo/logback-redis
Sorry, something went wrong.
No branches or pull requests
Hi, we faced the problem, that we have a cluster of Kibana servers and yesterday the master changed.
In the logback.xml we had:
now the master is redis-02 and the logs could not be written in redis-01 anymore . It would be helpful to be able to set up the cluster of servers.
The text was updated successfully, but these errors were encountered: