You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Now i do 20+ requests like this [query_nginx_access_**projectXX**] QueryIndices = <filebeat-nginx-access-{now/d}> QueryJson = { "size": 0, "track_total_hits": true, "query": { "term" : { "tags.keyword" : "**projectXX**" } } }
the differences are only in specifying the project in the request and the name of the metric, is it possible to make a universal request so that the exporter gives a list of metrics with the metric taken from tags.keyword?
The text was updated successfully, but these errors were encountered:
Hi
Now i do 20+ requests like this
[query_nginx_access_**projectXX**] QueryIndices = <filebeat-nginx-access-{now/d}> QueryJson = { "size": 0, "track_total_hits": true, "query": { "term" : { "tags.keyword" : "**projectXX**" } } }
the differences are only in specifying the project in the request and the name of the metric, is it possible to make a universal request so that the exporter gives a list of metrics with the metric taken from tags.keyword?
The text was updated successfully, but these errors were encountered: