OpenSearch/docs/reference/aggregations
Nik Everett 28df7ae5ed
Support multiple metrics in `top_metrics` agg (backport of #52965) (#53163)
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 08:12:01 -05:00
..
bucket [7.x] Adds support for geo-bounds filtering in geogrid aggregations (#50996) 2020-01-14 11:18:46 -08:00
matrix [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) (#46459) 2019-09-06 16:09:09 -04:00
metrics Support multiple metrics in `top_metrics` agg (backport of #52965) (#53163) 2020-03-05 08:12:01 -05:00
pipeline [DOCS] Fix typo in bucket sum aggregation docs (#50431) 2019-12-20 08:48:25 -05:00
bucket.asciidoc Documentation notes for Range field histograms (#46890) (#47366) 2019-10-01 10:58:44 -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) (#52366) 2020-02-14 11:19:11 -05:00
misc.asciidoc [DOCS] Links transforms in aggregation docs (#52563) 2020-02-21 08:23:34 +01:00
pipeline.asciidoc [DOCS] Replace "// CONSOLE" comments with [source,console] (#46159) (#46332) 2019-09-05 10:11:25 -04:00