Skip to content

Commit 53a59e6

Browse files
Fill changelog
1 parent 420aca2 commit 53a59e6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/changelog/136039.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ issues: []
66
breaking:
77
title: Disable cross-cluster functionality for `_fleet/_fleet_search`
88
area: CCS
9-
details: Please describe the details of this change for the release notes. You can
10-
use asciidoc.
11-
impact: Please describe the impact of this change to users
9+
details: |-
10+
This endpoint is largely used for local searches only and is not compatible with true cross-cluster searches where
11+
arbitrary number of indices and remotes can be specified. Although it is meant to accept an index parameter that
12+
denotes a single searchable target, such a limitation can be bypassed through various means.
13+
14+
Keeping in view this endpoint's stated intent and future scope, cross-cluster functionality is being explicitly disabled.
15+
impact: |-
16+
This endpoint will no longer accept remote indices. Should one be provided, a top-level error is returned with
17+
an appropriate explanation.
1218
notable: false

0 commit comments

Comments
 (0)