mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[tribe] Link to elasticsearch tribe docs
This commit is contained in:
parent
a5c322912e
commit
d94ff6f934
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[[tribe]]
|
||||
== Using Kibana with Tribe nodes
|
||||
|
||||
Kibana can be configured to connect to a tribe node for data retrieval. Because tribe nodes can't create indices, Kibana additionally
|
||||
Kibana can be configured to connect to a https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-tribe.html[tribe node] for data retrieval. Because tribe nodes can't create indices, Kibana additionally
|
||||
requires a separate connection to a node to maintain state. When configured, searches and visualizations will retrieve data using
|
||||
the tribe node and administrative actions (such as saving a dashboard) will be sent to non-tribe node.
|
||||
|
||||
|
@ -17,6 +17,8 @@ elasticsearch.url: "<your_administration_node>"
|
|||
elasticsearch.tribe.url: "<your_tribe_node>"
|
||||
----
|
||||
|
||||
The setting `elasticsearch.url`
|
||||
|
||||
The full list of configurations can be found at <<settings>>.
|
||||
|
||||
[float]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue