Hello guys,
i am struggling in creating a nice chart for the following data:
Every minute I'm collecting the current Thread count of my JVM.
Timestamp, Thread Count
Sat Oct 08 15:02:00 2016, 10
Sat Oct 08 15:03:00 2016, 10
Sat Oct 08 15:04:00 2016, 12
Sat Oct 08 15:05:00 2016, 13
Sat Oct 08 15:06:00 2016, 10
I like to have line chart where I can see how many threads are active at point in time.
How can I create such a chart with Kibana 4 using the parsed ThreadCount and not the count of lines...?