[DOCS] Fixes index pattern page (#119904)

This commit is contained in:
gchaps 2021-11-30 08:25:59 -08:00 committed by GitHub
parent d3d61d3482
commit badc730264
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -87,11 +87,12 @@ For an example, refer to <<rollup-data-tutorial,Create and visualize rolled up d
==== Create a data view that searches across clusters
If your {es} clusters are configured for {ref}/modules-cross-cluster-search.html[{ccs}],
you can create a {data-source} to search across the clusters of your choosing. Use the
same syntax that you use in a raw {ccs} request in {es}:
you can create a {data-source} to search across the clusters of your choosing.
You specify data streams, indices, and aliases in a remote cluster using the
following syntax:
```ts
<cluster-names>:<data-view>
<remote_cluster_name>:<target>
```
To query {ls} indices across two {es} clusters

View file

@ -63,7 +63,7 @@
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/index-patterns.html"
<a href="https://www.elastic.co/guide/en/kibana/8.0/data-views.html"
>Create a data view</a
>
</li>