mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fixed broken cross doc links.
This commit is contained in:
parent
f75452754d
commit
6c7ec91e92
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ release-state can be: released | prerelease | unreleased
|
|||
:docker-image: docker.elastic.co/kibana/kibana:{version}
|
||||
:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/
|
||||
:ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}
|
||||
:client-ref: https://www.elastic.co/guide/en/elasticsearch/client/current
|
||||
:client-ref: https://www.elastic.co/guide/en/elasticsearch/client
|
||||
:xpack-ref: https://www.elastic.co/guide/en/x-pack/{branch}/
|
||||
:logstash-ref: http://www.elastic.co/guide/en/logstash/{branch}
|
||||
:repo: https://github.com/elastic/kibana/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[[tribe]]
|
||||
== Using Kibana with Tribe nodes
|
||||
|
||||
Kibana can be configured to connect to a {ref}/current/modules-tribe.html[tribe node] for data retrieval. Because tribe nodes can't create indices, Kibana additionally
|
||||
Kibana can be configured to connect to a {ref}/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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue