mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Fixes index pattern page (#119904)
This commit is contained in:
parent
d3d61d3482
commit
badc730264
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue