-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Auto-follow all indices with CCR except for system indices #67686
Labels
:Distributed Indexing/CCR
Issues around the Cross Cluster State Replication features
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Comments
sachin-frayne
added
>enhancement
needs:triage
Requires assignment of a team area label
labels
Jan 19, 2021
dnhatn
added
:Distributed Indexing/CCR
Issues around the Cross Cluster State Replication features
and removed
>enhancement
needs:triage
Requires assignment of a team area label
labels
Jan 19, 2021
elasticmachine
added
the
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
label
Jan 19, 2021
Pinging @elastic/es-distributed (Team:Distributed) |
There are really two parts here:
Both parts seems reasonable to add. About the workaround, you could add just one auto follow pattern with the full list of single character patterns (still tedious for sure, but one pattern is easier to manage than many). |
This was referenced Mar 25, 2021
fcofdez
added a commit
that referenced
this issue
Jun 4, 2021
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
fcofdez
added a commit
to fcofdez/elasticsearch
that referenced
this issue
Jun 4, 2021
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 elastic#67686 Backport of elastic#72935
fcofdez
added a commit
that referenced
this issue
Jun 4, 2021
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 Backport of #72935
14 tasks
fcofdez
added a commit
that referenced
this issue
Jul 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Indexing/CCR
Issues around the Cross Cluster State Replication features
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
I would like to be able to follow any new index created in my leader cluster except for system indices. I assumed
*,-.*
would work but I get a message pop up saying,This implies that the index name will have
,-.
inside the actual index name. I have also tested this in 7.10.1 and can confirm that this does not in fact match any of my indices (e.g.a-index
,1-index
, and so on). As a workaround, I can create an auto-follow pattern for every alphanumeric character, but this is not idealThe text was updated successfully, but these errors were encountered: