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:
Francisco Fernández Castaño 2021-06-04 13:53:30 +02:00 committed by GitHub
parent 9a8be68b27
commit a8101f346f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 570 additions and 40 deletions

View file

@ -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