Kibana display usernum problem?

My app outoput data to ELK every 1h,
Json format is like:
{"usernum":"208"} {"usernum":"311"} {"usernum":"198"},

I want to display this data on kibana like this:
Y-Axis is usernum
X-Axis is time

who can tell me how to coifig kibana, 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/d382338f-1fb7-4eb8-b6b1-8a41a41c9e16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

You'd want a line or bar graph using a date histogram.
There is a lot of info on the site around this -

On 15 April 2015 at 17:58, way way smalldreamway@gmail.com wrote:

My app outoput data to ELK every 1h,
Json format is like:
{"usernum":"208"} {"usernum":"311"} {"usernum":"198"},

I want to display this data on kibana like this:
Y-Axis is usernum
X-Axis is time

who can tell me how to coifig kibana, 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/d382338f-1fb7-4eb8-b6b1-8a41a41c9e16%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/d382338f-1fb7-4eb8-b6b1-8a41a41c9e16%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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/CAEYi1X9nHwQx-wb9Wo71mxAOEipPPsF82WOW-EQBvRW2PoAc0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

thanks, Mark Walkom

but i think you did not understand what i want

I do not want Y-Axis aggregation log count, I just whant Y -Axis display my
logs KV's value

the guide all is aggregation about log's count

On Wednesday, April 15, 2015 at 3:58:08 PM UTC+8, way way wrote:

My app outoput data to ELK every 1h,
Json format is like:
{"usernum":"208"} {"usernum":"311"} {"usernum":"198"},

I want to display this data on kibana like this:
Y-Axis is usernum
X-Axis is time

who can tell me how to coifig kibana, 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/d0d25f25-ed41-4cb9-b688-8aa7a66f85e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

On Thursday, April 16, 2015 at 03:34 CEST,
way way smalldreamway@gmail.com wrote:

but i think you did not understand what i want
I do not want Y-Axis aggregation log count, I just whant Y -Axis
display my logs KV's value
the guide all is aggregation about log's count

Change the aggregation to show the mean/max/min value (whichever you
prefer) instead of the count.

Kibana 4 might be capable of plotting raw data points. Which Kibana
version are you running?

--
Magnus Bäck | Software Engineer, Development Tools
magnus.back@sonymobile.com | Sony Mobile Communications

--
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/20150416055639.GA25217%40seldlx20533.corpusers.net.
For more options, visit https://groups.google.com/d/optout.

thanks Magnus Bäck , you are right

My kibana version is 4.0.1, I changed by usernum from string to number,
It works, thanks you Magnus Back again

On Wednesday, April 15, 2015 at 3:58:08 PM UTC+8, way way wrote:

My app outoput data to ELK every 1h,
Json format is like:
{"usernum":"208"} {"usernum":"311"} {"usernum":"198"},

I want to display this data on kibana like this:
Y-Axis is usernum
X-Axis is time

who can tell me how to coifig kibana, 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/65b29efe-f1b7-4300-a458-a905dc78f149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.