My goal is to filter by counts for a field "tracking_no" where the value inside of the field is exactly similar.
In Kibana Lens I created a simple table with a count aggregation. The table show exactly what I expect, but the goal is to filter out the Count of records = 1. Only show lines with count = 2.
Is it possible within Kibana to filter by the aggregation field in my case "Count of records"?
Unfortunately, I don't think it's possible at the moment. We can only filter by non-aggregated data for now.
Runtime field solution doesn't work either because runtime field don't work between documents – they are calculated for each document separately.
There's a way to do it in Vega (not trivial though, but you have a lot of flexibility there) or in TSVB (but comes with a set of disadvantages, like the invisible rows would still occupy space). Here's the example of configured panel:
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.