Skip to content
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] Update metricbeat's elasticsearch mappings #33211

Closed
Tracked by #120415
crespocarlos opened this issue Sep 26, 2022 · 1 comment · Fixed by #33263
Closed
Tracked by #120415

[Stack Monitoring] Update metricbeat's elasticsearch mappings #33211

crespocarlos opened this issue Sep 26, 2022 · 1 comment · Fixed by #33263
Assignees
Labels
bug Feature:Stack Monitoring Team:Infra Monitoring UI - DEPRECATED Infrastructure Monitoring UI team - DEPRECATED - Use Team:Monitoring v8.5.0 v8.6.0

Comments

@crespocarlos
Copy link
Contributor

Following up the work done in elastic/kibana#141305, we need also need to update metricbeat's mapping

@matschaffer
Copy link
Contributor

From examining https://github.com/elastic/elasticsearch/pull/90203/files it looks like the changes are:

  • pending_tasks.(time_in_queue,source,priority,insert_order,ms) - remove extra nexting, move fields under pending_tasks, remove pending_task
  • add indices.bulk object with operations, total_size, avg_size,total_time,avg_time
  • add shards.primaries (long)
  • add total.bulk object with avg_time_in_millis,avg_size_in_bytes,total_time_in_millis,total_operations,total_size_in_bytes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Feature:Stack Monitoring Team:Infra Monitoring UI - DEPRECATED Infrastructure Monitoring UI team - DEPRECATED - Use Team:Monitoring v8.5.0 v8.6.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants