elasticsearch/docs/reference/aggregations
Nik Everett 56058ab6af
Support multiple metrics in top_metrics agg (#52965)
This adds support for returning multiple metrics to the `top_metrics`
agg. It looks like:
```
POST /test/_search?filter_path=aggregations
{
  "aggs": {
    "tm": {
      "top_metrics": {
        "metrics": [
          {"field": "v"},
          {"field": "m"}
        ],
        "sort": {"s": "desc"}
      }
    }
  }
}
```
2020-03-05 06:53:37 -05:00
..
bucket Adds support for geo-bounds filtering in geogrid aggregations (#50002) 2020-01-14 08:29:10 -08:00
matrix [DOCS] IDs for doc snippets (#49008) 2019-11-25 15:30:00 +01:00
metrics Support multiple metrics in top_metrics agg (#52965) 2020-03-05 06:53:37 -05:00
pipeline [DOCS] Fix typo in bucket sum aggregation docs (#50431) 2019-12-20 08:47:24 -05:00
bucket.asciidoc Documentation notes for Range field histograms (#46890) 2019-10-01 10:46:04 -04:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Implement top_metrics agg (#51155) 2020-02-14 07:13:52 -05:00
misc.asciidoc [DOCS] Links transforms in aggregation docs (#52563) 2020-02-21 08:22:04 +01:00
pipeline.asciidoc update pipeline.asciidoc 2020-01-24 14:03:01 +01:00