Hello community,
Does the GroupBy Filter Query work for you? In my case it just plot the query expression in the y-axis but it doesn’t filter anything…
I am using the plugin StatusMap and ElasticSearch as db.
Any suggestion would be appreciated!
Regards
[1]
“aggs”:{“5”:{“terms”:{“field”:“data.name”,“size”:10,“order”:{“key":“asc”},“min_doc_count”:0},“aggs”:{“4”:{“filters”:{“filters”:{"data.name:/.*BCN.*/”:{“query_string”:{“query”:“data.name:/.BCN./”,“analyze_wildcard”:true}}}}
[2]