-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Monitoring] Adapt UI code to read from metricbeat-* indices #73864
Comments
Pinging @elastic/stack-monitoring (Team:Monitoring) |
I have some updates here. I have written code that will generate the minimal set of mappings necessary for each stack product. I checked my work by modifying all existing Elasticsearch: https://gist.github.com/chrisronline/a002d91b51f0fdb1beb1aa2af31718b3 Using the above, we should be able to add the minimal mappings to |
I've updated the above mappings to also account for existing stack monitoring cluster alerts and telemetry code too. There were a few additions as a result |
Relates to elastic/beats#19747
In an effort to ensure a smooth migration path to the upcoming Agent, we want to adapt all queries in the UI to handle data living in
.monitoring-*
indices, ormetricbeat-*
indices. The Beats team is helping us in adapting each stack module to ship directly intometricbeat-*
and we need to handle the UI changes to ensure that the UI will work properly.Work items
Update mappings to ensure we only map the fields used by the Stack Monitoring UI-> [Monitoring] Apply minimal mappings to es_archive monitoring data #76008Adapt UI code to read ES-> [Monitoring] Read from metricbeat-* for ES node_stats #76015node_stats
frommetricbeat-*
index_stats
frommetricbeat-*
-> [Monitoring] Ensure Elasticsearch parts of Stack Monitoring work withmetricbeat-*
indices #90838indices_stats
frommetricbeat-*
-> [Monitoring] Ensure Elasticsearch parts of Stack Monitoring work withmetricbeat-*
indices #90838job_stats
frommetricbeat-*
-> [Monitoring] Ensure Elasticsearch parts of Stack Monitoring work withmetricbeat-*
indices #90838shard
frommetricbeat-*
-> [Monitoring] Ensure Elasticsearch parts of Stack Monitoring work withmetricbeat-*
indices #90838ccr_stats
frommetricbeat-*
-> [Monitoring] Ensure Elasticsearch parts of Stack Monitoring work withmetricbeat-*
indices #90838kibana_stats
frommetricbeat-*
logstash_stats
frommetricbeat-*
logstash_settings
frommetricbeat-*
beats_stats
frommetricbeat-*
beats_state
frommetricbeat-*
metricbeat-*
The text was updated successfully, but these errors were encountered: