Kibana: 6.2.3:
Elastic Search: 6.2.1:
OS: Windows 10:
Browser: Chrome 65.0.3325.181:
I want to use bucket_selector in Kibana to filter the results of aggregation functions. However I cannot find it in the interface:
Steps to reproduce:
"sum_hours_bucket_filter": {
"bucket_selector": {
"buckets_path": {
"totalHours": "sumH"
},
"script": "params.totalHours > 1000"
}
}
Describe the feature:
Like Having feature in SQL, I think it is important to have filtering in aggregations.
Is there a way around the lack of this feature for now?
Would very much like this function as well.
I use Kibana to monitor a lot of equipment an being able to show only SUM of value > xxx would make it a lot easier to single out equipment exceeding thresholds.
Would like to see this function available to graphs, tables etc.
I was really trying to bucket_selector for my Kibana Dashboard and learned it hard way that the feature is not available for visualization. Please implement this feature.
+1
+1
+1
Great idea
+1
+1
Need it in Kibana! 馃拑
Kibana 7.4.2 , still wating...
+1
I had to resort to some kind of work around:
https://discuss.elastic.co/t/exclude-records-by-an-existing-value-in-a-group/217849/2
+1
+1
+1
Most helpful comment
Is there a way around the lack of this feature for now?