-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add .monitoring exemption to DotPrefixValidator
#124158
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
Add .monitoring exemption to DotPrefixValidator
#124158
Conversation
This was something we were planning on removing, but have not yet. Resolves elastic#124131
|
Pinging @elastic/es-data-management (Team:Data Management) |
| "\\.slo-observability\\.summary-v\\d+.*", | ||
| "\\.entities\\.v\\d+\\.latest\\..*" | ||
| "\\.entities\\.v\\d+\\.latest\\..*", | ||
| "\\.monitoring-es-8-.*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would probably add an exception for .monitoring-.*, as es is just one of them. Metricbeat can send data to 3 more data streams, namely:
.monitoring-logstash-8-mb.monitoring-kibana-8-mb.monitoring-beats-8-mb
And potentially, Metricbeat 8 could send monitoring data from an old Enterprise Search 8 on ES 9 into .monitoring-ent-search-8-mb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I've added exemptions for these patterns as well. I'm avoiding the .monitoring-.* pattern to try and avoid potential abuse or missing user-created data.
consulthys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGT Stack Monitoring
mattc58
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM
💚 Backport successful
|
This was something we were planning on removing, but have not yet. Resolves elastic#124131
This was something we were planning on removing, but have not yet. Resolves #124131
This was something we were planning on removing, but have not yet. Resolves elastic#124131
This was something we were planning on removing, but have not yet. Resolves elastic#124131
This was something we were planning on removing, but have not yet.
Resolves #124131