How to monitor parameters from multiple nodes

Hi.

I would like to monitor the following parameters from multiple nodes and visualize them in Kibana:

  1. indices.search.query_total
  2. indices.search.query_time_in_millis
  3. indices.search.query_current
  4. indices.search.fetch_total
  5. indices.search.fetch_time_in_millis
  6. indices.search.fetch_current

How I can do this?

You posted this question in the X-Pack forum so I'm guessing you are using Monitoring? That's where you would find most of these things (there's more than this);

image

Hi. Thanks for your response.
Do you have a description for each of this fields?

You can see all the fields in the monitoring indices by adding a matching index pattern in Kibana. Here's I've added an index pattern .monitoring-es-* and see 194 fields. Here's just the first screen grab of them;

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.