mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -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
d300003715
commit
5dfd045765
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,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