mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] 6.0 Added note about comma notation and cross cluster search (#21837)
This commit is contained in:
parent
7c681f5666
commit
10402863a3
1 changed files with 5 additions and 4 deletions
|
@ -11,15 +11,16 @@ clusters accordingly. Review the corresponding Elasticsearch
|
|||
{ref}/modules-cross-cluster-search.html[documentation] before attempting to use cross cluster
|
||||
search in Kibana.
|
||||
|
||||
NOTE: Starting in {kib} 6.3, you can specify multiple clusters to search as
|
||||
a comma-separated list using the `cluster_one:index_name,cluster_two:index_name`
|
||||
notation. If you are running {kib} 6.2 or earlier, you cannot use a
|
||||
comma-separated list that points to separate clusters.
|
||||
|
||||
Once your Elasticsearch clusters are configured for cross cluster search, you can create
|
||||
specific index patterns in Kibana to search across the clusters of your choosing. Using the
|
||||
same syntax that you'd use in a raw cross cluster search request in Elasticsearch, create your
|
||||
index pattern in Kibana with the convention `<cluster-names>:<pattern>`.
|
||||
|
||||
For example, if you want to query logstash indices across two of the Elasticsearch clusters
|
||||
that you set up for cross cluster search, which were named `cluster_one` and `cluster_two`,
|
||||
you would use `cluster_one:logstash-*,cluster_two:logstash-*` as your index pattern in Kibana.
|
||||
|
||||
Just like in raw search requests in Elasticsearch, you can use wildcards in your cluster names
|
||||
to match any number of clusters, so if you wanted to search logstash indices across any
|
||||
clusters named `cluster_foo`, `cluster_bar`, and so on, you would use `cluster_*:logstash-*`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue