Hi

I need to read the Performance counters (OS CPU%,JVM Memory,Disk Free 
Space,Iops)  of the elastic search nodes using JSON in my C#.NET 
application. To do that first I need the JSON query to get the counters 
like  the ones that appear under "Nodes" section in Marvel webpage.

Does anyone know how to get that? I know it should be something like we get 
when we click "Inspect" element in marvel. (something like below) but I 
don't see any "Inspect" element for the "nodes" section.

The following JSON query seems to be for Document section.

GET .marvel-2014.07.16/_search?pretty
{
  "facets": {
    "0": {
      "date_histogram": {
        "key_field": "@timestamp",
        "value_field": "total.search.query_total",
        "interval": "1m"
      },
      "global": true,
      "facet_filter": {
        "fquery": {
          "query": {
            "filtered": {
              "query": {
                "query_string": {
                  "query": "_type:indices_stats"
                } ....................
...............................


Appreciate if anyone can provide some pointers on this?




-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/8e44e3d3-a4c4-4f7b-a278-7cebd7f31845%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to