Commit graph

11 commits

Author SHA1 Message Date
James Rodewig
da5fda0622
Add/update source block delimeters (#83624) (#83853)
Asciidoc source blocks are to be delimited with four dashes. This adds missing delimiters, and updates some that contained only three dashes. It matters for parsing purposes.

(cherry picked from commit 5ef77ef370)

Co-authored-by: edh-oss <42759970+edh-oss@users.noreply.github.com>
2022-02-11 15:44:20 -05:00
David Turner
f41a6ed615
Clarify unassigned.reason docs (#81017) (#81120)
Today we indicate that the `unassigned.reason` field in various APIs
indicates the reason why a shard is unassigned. This isn't really true,
it tells you some information about the event that caused the shard to
_become_ unassigned (or which most recently changed its routing table
entry while remaining unassigned) but tells you almost nothing about why
the shard _is now_ unassigned and how to fix it. That's what the
allocation explain API is for. This commit clarifies this point in the
docs.

Closes #80892

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2021-11-29 14:44:32 -05:00
Stef Nestor
8dd0217b0c
[+DOC] Tasks' Queue backup (#80447) (#80612)
* Add Tasks queue backup troubleshooting
Co-authored-by: Deb Adair <debadair@elastic.co>
2021-11-10 10:58:58 -05:00
James Rodewig
c651bcfb1b [DOCS] Fix cluster get settings API refs 2021-11-05 17:20:56 -04:00
James Rodewig
58d84cdcc3
[DOCS] Fix cluster update settings refs (#79580) (#79581)
The API is named 'cluster update settings,' not 'update cluster settings.'
2021-10-20 13:25:54 -04:00
Nikola Grcevski
8512037aaa
[7.x] Deprecation of transient cluster settings (#78794) (#79288)
This PR changes uses of transient cluster settings to
persistent cluster settings.

The PR also deprecates the transient settings usage.

Relates to #49540
2021-10-15 19:06:33 -04:00
James Rodewig
3641fd8327
[DOCS] Troubleshoot the flood-stage watermark error (#78519) (#78555)
Adds troubleshooting steps for the flood-stage watermark error.

Closes #77906.
2021-10-01 09:02:55 -04:00
James Rodewig
8ec5c2f9b8
[DOCS] Add docs for rejected requests and high CPU usage (#72640) (#75944)
Adds docs for rejected requests and high CPU usage.

Closes #72468.

Closes #69868.
2021-08-02 09:24:53 -04:00
James Rodewig
69dc48a688
[DOCS] Note circuit breakers reject requests with 429 HTTP status code (#69864) (#73674)
We mention Elasticsearch returns 429 if the circuit breaker trips in https://www.elastic.co/blog/improving-node-resiliency-with-the-real-memory-circuit-breaker, but there is no mention in the docs.

This adds an xref to circuit breaker errors section.

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
2021-06-02 10:41:47 -04:00
James Rodewig
5ada3993dd
[DOCS] Remove _all examples from 'Fix common cluster issues' (#73217) (#73234)
We plan to deprecate the `_all` wildcard pattern. This removes several
`_all` examples from the 'Fix common cluster issues' guide.
2021-05-19 08:53:56 -04:00
James Rodewig
fef5baa8bc
[DOCS] Add 'Fix common cluster issues' docs (#72097) (#72384) 2021-04-28 08:48:10 -04:00