Hi All,
Does Marvel store the utilization information of data nodes in the .marvel indices.? I can see all node related info in dashboard , but i am trying to see if i can query them and get the count.
Thank You
Hi All,
Does Marvel store the utilization information of data nodes in the .marvel indices.? I can see all node related info in dashboard , but i am trying to see if i can query them and get the count.
Thank You
Yes, Marvel uses Elasticsearch to index all of the metrics that it charts (plus some more).
Take a look at the .marvel-*
indices. You can get the list of them by checking _cat/indices
:
$ curl -XGET host:9200/_cat/indices?v
Hope that helps
But that will give info only about the marvel indices .. I basically need to know the number of shards per node of my production elastic search cluster which marvel is monitoring
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.