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
my config(kibana.yml) is
elasticsearch.url: "http://172.20.8.1:9200" elasticsearch.url: "http://172.20.8.2:9200" but when 172.20.8.2 down ,the kibana4 is can't use,
The text was updated successfully, but these errors were encountered:
i test that ,kibana4 is only connect second 'elasticsearch.url' ,the first is no use.
but i want to connect two elasticsearch ,can you help me ..
thank you very much,
Sorry, something went wrong.
I recommend setting up a small elasticsearch client node on your kibana box and pointing kibana at that.
We don't current have support for failover or sniffing, there's a P2 ticket here: #214
No branches or pull requests
my config(kibana.yml) is
The Elasticsearch instance to use for all your queries.
elasticsearch.url: "http://172.20.8.1:9200"
elasticsearch.url: "http://172.20.8.2:9200"
but when 172.20.8.2 down ,the kibana4 is can't use,
The text was updated successfully, but these errors were encountered: