How do I aggregate slightly different data in Elasticsearch? – Nginx
There is a request with which you can calculate the percentiles of the request duration to the endpoint /api/v1/blabla POST /filebeat-nginx-*/_search { "aggs": { "hosts": { "terms": { "field": "host.name", "size": 1000 }, "aggs": { "url": { "terms": { "field":…