elasticsearch/docs/reference/setup/install
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
..
brew.asciidoc [DOCS] Remove outdated OSS homebrew tap (#73688) 2021-06-02 14:12:36 -04:00
check-running.asciidoc [DOCS] Replace "// CONSOLE" comments with [source,console] (#46159) (#46332) 2019-09-05 10:11:25 -04:00
deb-init.asciidoc [DOCS] Starting Elasticsearch (#31701) 2018-07-03 13:40:37 -07:00
deb.asciidoc Backport doc fixes to 7.17 (#84722) 2022-03-07 14:04:12 -05:00
docker-compose.yml [DOCS] Edited Docker install & tweaked Docker compose file. (#47715) 2019-10-31 18:12:39 -07:00
docker.asciidoc Clarify commands shown for "permanently" setting max_map_count (#82345) (#83229) 2022-01-27 13:48:09 -05:00
etc-elasticsearch.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
init-systemd.asciidoc [DOCS] Starting Elasticsearch (#31701) 2018-07-03 13:40:37 -07:00
key.asciidoc Docs: Complete rewrite of setup, installation, and configuration docs 2016-04-03 16:09:48 +02:00
license.asciidoc [DOCS] Update package description. (#68565) (#68566) 2021-02-04 17:11:27 -08:00
next-steps.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
rpm-init.asciidoc [DOCS] Starting Elasticsearch (#31701) 2018-07-03 13:40:37 -07:00
rpm.asciidoc Add multiple data paths deprecation to docs (#71312) 2021-04-05 16:29:17 -07:00
skip-set-kernel-parameters.asciidoc Honor masking of systemd-sysctl.service 2017-06-06 10:44:41 -04:00
sysconfig-file.asciidoc Introduce ES_JAVA_HOME (#68954) 2021-02-17 12:44:34 -05:00
systemd.asciidoc Password-protected Keystore Feature Branch PR (#51123) (#51510) 2020-01-28 05:32:32 -05:00
targz-daemon.asciidoc [DOCS] Note tar.gz does not include systemd (#66298) (#66344) 2020-12-15 10:13:38 -05:00
targz-start.asciidoc Clarify 'runs in the foreground' (#76709) 2021-09-06 12:29:38 +01:00
targz.asciidoc Add multiple data paths deprecation to docs (#71312) 2021-04-05 16:29:17 -07:00
xpack-indices.asciidoc [7.x] remove the term 'system' from indicies doc (#56367) (#56375) 2020-05-12 14:44:50 -05:00
zip-windows-start.asciidoc Clarify 'runs in the foreground' (#76709) 2021-09-06 12:29:38 +01:00
zip-windows.asciidoc [DOCS] Remove Windows MSI installer package (#81952) 2021-12-20 13:33:06 -05:00