Getting Marvel Dashboard Data via API

Hi All,

I have an Elastic search cluster and i configured Marvel to monitor those clusters.
In my Marvel Dashboard i can see all information about my production ES cluster and nodes like CPU, Heap for all nodes and so on.
I want to know if it is possible to get those data via REST API calls rather than poking at the production Elasticsearch Cluster. ?

Thanks in advance
Anil

Just query the .marvel-$DATE indices like any other sort of data.

Thank you. But those indices contain only data about the masters, not the nodes.
please see the pic attached. i need to know if it is possible to fetch that kind of data with queries

Closing this thread. I tested the queries on .marvel indices to get the info.

Thank you