mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[tribe] Document which nodes server configuration points towards
This commit is contained in:
parent
d94ff6f934
commit
ecfff93ae6
1 changed files with 3 additions and 1 deletions
|
@ -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>>.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue