I've indexed some data into elasticsearch and want to try and display some of it through kibana, now i've read a bunch of materials and tried tutorials etc. however none of them seem to be able to help me display the data i want. I have a field named "IsOnline" consisting of booleans indicating wether or not something was online, each of these values is associated with a timestamp (@timestamp). I want to show a graph where one can see at which point something was online or not.
Do I have this right that for each document you have 3 fields (timestamp, isOnline, deviceId) and that for each deviceId you want to show, at any given time, if it was online?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.