I want to display aggregated metrics on a Kibana dashboard.
I can easily create a graph of totals for specific fields, but can I put conditions on these?
For example, if I am collecting access logs and want to create a time-series graph of access counts while retaining the files to be accessed and their status
How can I display the top 5 most accessed files with status 500?
Can I set many conditions for Break down by
?
Can I use both Top values
and Filters
functions?