Skip to content

Commit

Permalink
Fixed ccs syntax (elastic#17050)
Browse files Browse the repository at this point in the history
cluster_one,cluster_two:logstash-* should be cluster_one:logstash-*,cluster_two:logstash-*
  • Loading branch information
ppf2 authored and jbudz committed Mar 30, 2018
1 parent 3418aff commit bbfd72b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbfd72b

Please sign in to comment.