We have values stored in Elastcisearch with different values for one key like below...
computer_name:1
computer_name:2
computer_name:3
etc
These values are coming from different client machines. Is there anyway i can visualize from KIBANA what values are missing today vs yesterday?
Such calculations across multiple documents are unfortunately not supported in Kibana. I would recommend to perform that calculation at index time using logstash (e.g. by combining the elasticsearch filter and the ruby filter.
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.