Group by Filter query doesn't work

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]

Hi,

Either try with $data.name or use Transform Tab and test.

Hope it helps

Good Luck

1 Like

Hi again!
I appreciate your suggestions but none of them worked. It is weird though… The transformation filter correctly but it doesn’t propagate the information to the dashboard.
Thank you anyway!