# Can i work log results under Kibana/elastic search? our should i parse it before send the data to then?

**URL:** https://discuss.elastic.co/t/can-i-work-log-results-under-kibana-elastic-search-our-should-i-parse-it-before-send-the-data-to-then/19862
**Category:** Elasticsearch
**Created:** [September 18, 2014, 9:23am UTC](https://discuss.elastic.co/t/can-i-work-log-results-under-kibana-elastic-search-our-should-i-parse-it-before-send-the-data-to-then/19862 "2014-09-18T09:23:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![thales\_claro](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thales_claro/32/1207_2.png) [@thales\_claro](https://discuss.elastic.co/u/thales_claro)
#### Post date: [September 18, 2014, 9:23am UTC](https://discuss.elastic.co/t/can-i-work-log-results-under-kibana-elastic-search-our-should-i-parse-it-before-send-the-data-to-then/19862/1 "2014-09-18T09:23:11Z")

</div>

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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/9facb4e8-eda3-41ac-848b-b54ac343b650%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/9facb4e8-eda3-41ac-848b-b54ac343b650%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:01am UTC](https://discuss.elastic.co/t/can-i-work-log-results-under-kibana-elastic-search-our-should-i-parse-it-before-send-the-data-to-then/19862/2 "2017-07-06T01:01:20Z")

</div>


