Skip to content

Conversation

@dakrone
Copy link
Member

@dakrone dakrone commented Mar 5, 2025

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
@dakrone dakrone added >non-issue :Data Management/Indices APIs APIs to create and manage indices and templates v9.0.1 v9.1.0 labels Mar 5, 2025
@dakrone dakrone requested a review from consulthys March 5, 2025 22:13
@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label Mar 5, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

"\\.slo-observability\\.summary-v\\d+.*",
"\\.entities\\.v\\d+\\.latest\\..*"
"\\.entities\\.v\\d+\\.latest\\..*",
"\\.monitoring-es-8-.*"
Copy link
Contributor

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

Copy link
Member Author

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.

@dakrone dakrone requested a review from consulthys March 11, 2025 16:18
Copy link
Contributor

@consulthys consulthys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGT Stack Monitoring

Copy link
Contributor

@mattc58 mattc58 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@dakrone dakrone added auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) auto-backport Automatically create backport pull requests when merged labels Mar 11, 2025
@elasticsearchmachine elasticsearchmachine merged commit dd2a5c6 into elastic:main Mar 11, 2025
17 checks passed
@dakrone dakrone deleted the add-monitoring-exemption-to-dot-validator branch March 11, 2025 23:06
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
9.0

dakrone added a commit to dakrone/elasticsearch that referenced this pull request Mar 11, 2025
This was something we were planning on removing, but have not yet.

Resolves elastic#124131
elasticsearchmachine pushed a commit that referenced this pull request Mar 12, 2025
This was something we were planning on removing, but have not yet.

Resolves #124131
albertzaharovits pushed a commit to albertzaharovits/elasticsearch that referenced this pull request Mar 13, 2025
This was something we were planning on removing, but have not yet.

Resolves elastic#124131
jfreden pushed a commit to jfreden/elasticsearch that referenced this pull request Mar 13, 2025
This was something we were planning on removing, but have not yet.

Resolves elastic#124131
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Automatically create backport pull requests when merged auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :Data Management/Indices APIs APIs to create and manage indices and templates >non-issue Team:Data Management Meta label for data/management team v9.0.1 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add deprecation exception for .monitoring-* indices

4 participants