Skip to content
New issue

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

Ability of setting up cluster of kibana servers #18

Open
icehockeystar opened this issue Nov 10, 2016 · 1 comment
Open

Ability of setting up cluster of kibana servers #18

icehockeystar opened this issue Nov 10, 2016 · 1 comment

Comments

@icehockeystar
Copy link

icehockeystar commented Nov 10, 2016

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.

@icehockeystar
Copy link
Author

if you have the same problem consider using https://github.com/idealo/logback-redis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant