mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
* 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> |
||
---|---|---|
.. | ||
fleet-multi-search.asciidoc | ||
fleet-search.asciidoc | ||
get-global-checkpoints.asciidoc | ||
index.asciidoc |