mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.10`: - [[DOCS] Cross-link to ES CCS docs (#165406)](https://github.com/elastic/kibana/pull/165406) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Rodewig","email":"james.rodewig@elastic.co"},"sourceCommit":{"committedDate":"2023-08-31T20:26:32Z","message":"[DOCS] Cross-link to ES CCS docs (#165406)\n\nCross-links to [Excluding clusters or indices from cross-cluster search](https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-cross-cluster-search.html#exclude-problematic-clusters) from [Use data views with cross-cluster search](https://www.elastic.co/guide/en/kibana/current/data-views.html#management-cross-cluster-search).\r\n\r\nThis was originally part of https://github.com/elastic/kibana/pull/164904","sha":"ae12744b96dc6830384ddfd76814defeb4eb0289","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0"],"number":165406,"url":"https://github.com/elastic/kibana/pull/165406","mergeCommit":{"message":"[DOCS] Cross-link to ES CCS docs (#165406)\n\nCross-links to [Excluding clusters or indices from cross-cluster search](https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-cross-cluster-search.html#exclude-problematic-clusters) from [Use data views with cross-cluster search](https://www.elastic.co/guide/en/kibana/current/data-views.html#management-cross-cluster-search).\r\n\r\nThis was originally part of https://github.com/elastic/kibana/pull/164904","sha":"ae12744b96dc6830384ddfd76814defeb4eb0289"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165406","number":165406,"mergeCommit":{"message":"[DOCS] Cross-link to ES CCS docs (#165406)\n\nCross-links to [Excluding clusters or indices from cross-cluster search](https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-cross-cluster-search.html#exclude-problematic-clusters) from [Use data views with cross-cluster search](https://www.elastic.co/guide/en/kibana/current/data-views.html#management-cross-cluster-search).\r\n\r\nThis was originally part of https://github.com/elastic/kibana/pull/164904","sha":"ae12744b96dc6830384ddfd76814defeb4eb0289"}}]}] BACKPORT--> Co-authored-by: James Rodewig <james.rodewig@elastic.co>
This commit is contained in:
parent
39b7ebe45d
commit
6f3d2e2416
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@ To exclude a cluster with the name `cluster_one`:
|
|||
Once you configure a {data-source} to use the {ccs} syntax, all searches and
|
||||
aggregations using that {data-source} in {kib} take advantage of {ccs}.
|
||||
|
||||
For more information, refer to
|
||||
{ref}/modules-cross-cluster-search.html#exclude-problematic-clusters[Excluding
|
||||
clusters or indicies from cross-cluster search].
|
||||
|
||||
[float]
|
||||
[[delete-data-view]]
|
||||
=== Delete a {data-source}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue