Kibana: how to show values directly without aggregation?

ELK experts, I'm desperately need your help. I've spend hours and days on
this simple thing but still can't figure it out.

My settings are Elasticsearch 1.4.4 and Kibana 4.0.1. My program feeds data
into ElasticSearch. The data contain a timestamp and a value. I want to
create a bar chart, with the timestamp as X-axis and the value as Y-axis,
directly. No aggregation. How can I make it? Appreciate any hints. Thanks.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7dedd653-c168-4f4f-ac06-30bd3a9b155c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

is there any solution available in ELK to solve the specified problem ?

I was also digging/playing for last 2 days in kibana to display non-agregated field value on the Y-axis with the date-histogram on the x-axis. any suggestions/alternative/recommendation ?

later,
pankaj

I really don't think it's possible. I just made a grok filter pattern using regular expression, then indexed it in Kibana 4 under the settings and then you can use it as an aggregation.