Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCS exclude cluster highlight changelog #98619

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/changelog/97865.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pr: 97865
summary: Exclude clusters from a cross-cluster search
area: Search
type: enhancement
issues: []
highlight:
title: Exclude clusters from a cross-cluster search
body: |-
When doing a cross-cluster search, if you use a wildcard to include a list of clusters, you
can explicitly exclude one or more clusters with a minus sign ('-'). To exclude an entire cluster,
put the minus sign in front of the cluster alias, such as: `remote*:*,-remote3:*,-remote5:*`.
In that case, clusters with the alias "remote3" and "remote5" will be excluded from the search.
For this feature, you must use `*` in the index position or an error will be returned.
notable: true