I need to create a view in kibana that shows the time difference between a Status true message and a Status false message but I haven't found a way yet
if anyone can give me some tips
I don't think you can do that directly at this moment. With logstash you can process your documents to generate new data with the start and end times. Check this other thread
The elapsed filter for logstash is suggested as the correct tool for this task
Then once you have individual documents with start/end properties you can use the Vega visualization type and ranged bar masks as in this example:
I understand is not a great answer, maybe there's a more straight forward path.
Hello @jsanz thanks for the help I used the Gantt Chart that you indicated and it worked perfectly.
regarding logstash I took another approach which was to insert a start date and an end date of the event in the document
then as I send the messages through C# at the beginning of the event the end date comes out empty so when it ends I retrieve the document and update it with the end date.
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.