mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Add support for index pattern exclusion in CCR AutoFollow (#72935)
This commit adds the ability to specify exclusion patterns in Auto-Follow patterns. This allows excluding indices that match any of the inclusion patterns and also match some of the exclusion patterns giving more fine grained control in scenarios where this is important. Related #67686
This commit is contained in:
parent
9a8be68b27
commit
a8101f346f
27 changed files with 570 additions and 40 deletions
|
@ -21,8 +21,9 @@ include-tagged::{doc-tests-file}[{api}-request]
|
|||
<1> The name of the auto follow pattern.
|
||||
<2> The name of the remote cluster.
|
||||
<3> The leader index patterns.
|
||||
<4> The pattern used to create the follower index
|
||||
<5> The settings overrides for the follower index
|
||||
<4> The leader index exclusion patterns.
|
||||
<5> The pattern used to create the follower index.
|
||||
<6> The settings overrides for the follower index.
|
||||
|
||||
[id="{upid}-{api}-response"]
|
||||
==== Response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue