I'm new to Kibana and I'm trying out some things.
Now, I have some dummy data set and I want to filter for some data by a query. How can I get a count for the latest date where data exists?
I'm using a metric visualization, I've picked "Count" as aggregation and a filter in a split group bucket with the following query:
id: *Kunfu* and not links.id : *
is there something like:
id: *Kunfu* and not links.id : * and date : max() ?
I was trying to, but then it displays only one ID and not the aggregated count from that day.
Is there a way to get the count from the latest day? And if so how?
Sorry, but I did not understand.
How does your index look like?
Provide field:value sample of 3-4 docs.
Then provide the required doc you want to fetch.
Cheers!
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.