elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

Monitoring thread pool stats to the metricbeat index using the "elasticsearch" module #95045

Open ghost opened 3 years ago

ghost commented 3 years ago

Describe the feature: The metricbeat module "elasticsearch" ships the thread pool statistics either with a new or existing metricset (node/cluster level). Data arrives in the metricbeat-* index.

Describe a specific use case for the feature: We would like to monitor the thread pool stats in custom dashboards using the metricbeat "elasticseach" module (Elasticsearch: ET /_nodes/stats/thread_pool).

Problem with existing implementation:

  1. None of the Metricbeat metricsets of the module "elasticsearch" delivers the thread pool statistics.
  2. Using the module "elasticsearch-xpack" module, generates the thread pool statistics (and all the other data) to the .monitoring-es* index, which is under control of ES/Kibana. The amount of data is huge, metricset filter cannot be applied.
elasticmachine commented 3 years ago

Pinging @elastic/stack-monitoring (Team:Monitoring)

igoristic commented 3 years ago

@badpp This will soon be possible with completion of: https://github.com/elastic/kibana/issues/73864