elasticsearch/docs/reference/aggregations
Nik Everett 17f5cc87bd
Backport doc fixes to 7.17 (#84722)
* Update painless-reindex-context.asciidoc (#84444) (#84712)

ctx['op'] should be set to 'noop', not 'none' when specifying no
operation.

Elasticsearch error when using 'none':

```json
{
  "error" : {
    "root_cause" : [
      {
        "type" : "illegal_argument_exception",
        "reason" : "Operation type [none] not allowed, only [noop, index, delete] are allowed"
      }
    ],
    "type" : "illegal_argument_exception",
    "reason" : "Operation type [none] not allowed, only [noop, index, delete] are allowed"
  },
  "status" : 400
}
```

Co-authored-by: jalvar08 <jeovanny.alvarez@gmail.com>

* [DOCS] Update install instructions for Debian/Ubuntu (#84645) (#84714)

The use of `apt-key` is deprecated and will no longer be available after
Debian 11 and Ubuntu 22.04. This updates the installation instructions
for Debian-based distributions.

Closes #84644

Co-authored-by: er0k <er0k@users.noreply.github.com>

* Fix some typos in plugins & reference docs (#84667) (#84717)

This pull request removes a few instances of duplicate words or
punctuation and erroneous spelling from the docs.

Co-authored-by: Abele Mălan <6689720+AbeleMM@users.noreply.github.com>

Co-authored-by: jalvar08 <jeovanny.alvarez@gmail.com>
Co-authored-by: er0k <er0k@users.noreply.github.com>
Co-authored-by: Abele Mălan <6689720+AbeleMM@users.noreply.github.com>
2022-03-07 14:04:12 -05:00
..
bucket Backport doc fixes to 7.17 (#84722) 2022-03-07 14:04:12 -05:00
metrics [DOCS] Update sum aggregation for histograms (#84493) (#84498) 2022-03-01 08:42:57 -05:00
pipeline [DOCS] Fix nesting in bucket correlation aggregation (#83816) (#83849) 2022-02-11 11:33:37 -08:00
bucket.asciidoc [7.x] [ML] Text/Log categorization multi-bucket aggregation (#71752) (#78623) 2021-10-04 13:33:56 -04:00
metrics.asciidoc [DOCS] Fix casing for agg type titles (#67469) (#67470) 2021-01-13 15:04:08 -05:00
pipeline.asciidoc [DOCS] Status code change for pipeline validation errors (#78324) 2021-09-27 10:50:55 -04:00