-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Stack monitoring] Add agent-compatible data stream patterns to data fetching patterns #104271
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
Pinging @elastic/stack-monitoring (Team:Monitoring) |
The
|
I started digging into this issue, there are a few things I think we need to decide before moving forward...
|
@jasonrhodes just a heads up that this seems to be a theme in SDHs. Guessing we'll have to address https://github.com/elastic/observability-dev/issues/1718 before we work on moving to metrics-* and removing metricbeat-* from the queries. |
@matschaffer not sure I follow? We can remove metricbeat-* anytime, but yes we will have to solve the issue you mention before we can add metrics-* |
We currently search for data in
.monitoring-*
andmetricbeat-*
, but once packages are an option, we'll need to search against the correctmetrics-{dataset}-*
data stream pattern(s). And because we no longer plan to supportmetricbeat-*
indices, we should remove that pattern from the search.AC:
metrics-{dataset}-*
)metrics-*
but use a "constant_keyword" field value as part of the queryThe text was updated successfully, but these errors were encountered: