Hello everyone,

I'm not sure if i can do this kind of data filtering under kibana , but 
after importing some logs under elastic search with success. How could i 
turn display a pie or bar chart this information based on the call count? 
For example, Using this data how could i show this data under a pie/bar 
chart like 2 occurrences ?  


{
  "_index": "logstash-2014.09.17",
  "_type": "wia-svc-profiler",
  "_id": "Silfh7kiSYGbfLsBAndr7w",
  "_score": null,
  "_source": {
    "message": [
      "WmRoot/wm.server.query:getClusterError,2,0"
    ],
    "@version": "1",
    "@timestamp": "2014-09-17T16:42:22.174Z",
    "Service Name": "WmRoot/wm.server.query:getClusterError",
    "Call Count": "2",
    "Exception Count": "0"
  }
}



Again, i'm not sure if i can do this kind of filtering using kibana.

Thanks in advance!

-- 
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/9facb4e8-eda3-41ac-848b-b54ac343b650%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to