Hi All:
I am not sure if this has been asked and answered (my searches have not returned results for this), So here goes :
I have an index with a timestamp of when a document was persisted to the index as well as a timestamp of when the document was actually created. I would like to measure the latency as the difference between the two time stamps and then plot it in Kibana, each message has a unique identifier. Is this possible with Timelion or with the Vanilla Kibana. Any help is much appreciated.
Can this be done in logstash to introduce a new field as the difference between the two timestamps ??
I ended up using logstash with the filter plugin for ruby code to calculate the time difference and persist it as an additional field. The reason for not going with painless is that we are not at a version of Kibana (or ES i.e. ver. 5.0+) that will allow for painless scripted fields in Kibana.
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.