mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fixed ccs syntax (#17050)
cluster_one,cluster_two:logstash-* should be cluster_one:logstash-*,cluster_two:logstash-*
This commit is contained in:
parent
b78714e8d8
commit
b3b2ff5865
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ 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,cluster_two:logstash-*` as your index pattern in Kibana.
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue