elasticsearch/docs/reference/commands
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
..
certgen.asciidoc [DOCS] Remove [testenv="gold+"] attributes (#79309) (#79958) 2021-10-27 17:38:04 -04:00
certutil.asciidoc [DOCS] Remove [testenv="gold+"] attributes (#79309) (#79958) 2021-10-27 17:38:04 -04:00
croneval.asciidoc [DOCS] Remove [testenv="gold+"] attributes (#79309) (#79958) 2021-10-27 17:38:04 -04:00
index.asciidoc Service Accounts - add beta version documentation (#71729) (#73038) 2021-05-13 14:05:52 -04:00
keystore.asciidoc Backport doc fixes to 7.17 (#84722) 2022-03-07 14:04:12 -05:00
migrate-tool.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) (#80458) 2021-11-05 19:41:54 -04:00
node-tool.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
saml-metadata.asciidoc [DOCS] Remove [testenv="gold+"] attributes (#79309) (#79958) 2021-10-27 17:38:04 -04:00
service-tokens-command.asciidoc [DOCS] Remove [testenv="gold+"] attributes (#79309) (#79958) 2021-10-27 17:38:04 -04:00
setup-passwords.asciidoc [DOCS] Remove [testenv="gold+"] attributes (#79309) (#79958) 2021-10-27 17:38:04 -04:00
shard-tool.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
syskeygen.asciidoc [DOCS] Remove [testenv="gold+"] attributes (#79309) (#79958) 2021-10-27 17:38:04 -04:00
users-command.asciidoc Clarify es-users effects per node (#82099) (#82986) 2022-01-24 14:45:34 -05:00