elasticsearch/docs/reference/setup
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
..
images [DOCS] Intro for adding nodes (#37202) 2019-01-15 11:11:01 -08:00
important-settings [DOCS] Remove Windows MSI installer package (#81952) 2021-12-20 13:33:06 -05:00
install Backport doc fixes to 7.17 (#84722) 2022-03-07 14:04:12 -05:00
sysconfig Note libffi error message in tmpdir docs (#83662) (#83670) 2022-02-08 12:49:00 -05:00
add-nodes.asciidoc Deprecate and ignore join timeout (#60872) 2020-08-10 13:57:41 +01:00
advanced-configuration.asciidoc [DOCS] Remove PrintCompressedOopsMode JVM option (#73741) (#73953) 2021-06-09 09:53:42 -04:00
bootstrap-checks-xes.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
bootstrap-checks.asciidoc [DOCS] Edit JVM settings info. Closes #72259 (#72350) (#72436) 2021-04-28 19:23:27 -07:00
configuration.asciidoc [DOCS] Re-add cluster settings precedence (#82738) (#82748) 2022-01-18 13:24:55 -05:00
important-settings.asciidoc [DOCS] Edit JVM settings info. Closes #72259 (#72350) (#72436) 2021-04-28 19:23:27 -07:00
install.asciidoc [DOCS] Remove Windows MSI installer package (#81952) 2021-12-20 13:33:06 -05:00
logging-config.asciidoc [DOCS] Add note to that log4j customization is outside the support scope (#82668) (#83113) 2022-01-25 18:56:57 -05:00
restart-cluster.asciidoc [7.17] [DOCS] Remove unused tag from rolling restart docs (#82967) (#82978) 2022-01-24 14:47:50 -05:00
secure-settings.asciidoc Ensure CI is run in FIPS 140 approved only mode (#66804) 2020-12-24 15:35:28 +02:00
setup-xclient.asciidoc [7.16][DOCS] Changes HLRC Client links. (#81513) 2021-12-08 12:56:47 +01:00
setup-xes.asciidoc [DOCS] Fixes license management links (#58213) 2020-06-16 16:49:48 -07:00
starting.asciidoc [DOCS] Remove Windows MSI installer package (#81952) 2021-12-20 13:33:06 -05:00
stopping.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
sysconfig.asciidoc [DOCS] Add missing system config entry (#79830) (#79841) 2021-10-26 12:15:37 -04:00