[tribe] Document which nodes server configuration points towards

This commit is contained in:
Jonathan Budzenski 2017-01-11 15:14:47 -06:00
parent d94ff6f934
commit ecfff93ae6
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292

View file

@ -17,7 +17,9 @@ elasticsearch.url: "<your_administration_node>"
elasticsearch.tribe.url: "<your_tribe_node>"
----
The setting `elasticsearch.url`
When configured to use a tribe node, actions that modify Kibana's state will be sent to the node at `elasticsearch.url`. Searches and visualizations
will retrieve data from the node at `elasticsearch.tribe.url`. It's acceptable to use a node for `elasticsearch.url` that is part of one of the clusters that
a tribe node is pointing to.
The full list of configurations can be found at <<settings>>.