[DOCS] Remove redundant ILM attributes#36808
Conversation
|
Pinging @elastic/es-core-features |
jakelandis
left a comment
There was a problem hiding this comment.
A couple minor questions, but LGTM.
| === Get {ilm} status API | ||
| ++++ | ||
| <titleabbrev>Get {ILM} Status</titleabbrev> | ||
| <titleabbrev>Get {ilm} status</titleabbrev> |
There was a problem hiding this comment.
I assume the change to use the long name is intentional here (as well as other titleabbrev sections) ?
There was a problem hiding this comment.
Yes, though if you prefer to have the acronym, I'm not stuck on this
There was a problem hiding this comment.
I don't have an opinion either way, just double checking this was intentionally.
| [testenv="basic"] | ||
| [[ilm-get-status]] | ||
| === Get {ILM} Status API | ||
| === Get {ilm} status API |
There was a problem hiding this comment.
I assume the change to use the long name is intentional here (as well as other header sections) ?
| You must have the `manage_ilm` cluster privilege to use this API. You must | ||
| also have the `manage` index privilege on all indices being managed by `policy`. | ||
| All operations executed by {Ilm} for a policy are executed as the user that | ||
| All operations executed by {ilm} for a policy are executed as the user that |
There was a problem hiding this comment.
I assume the lowercase here is intentional. However, I don't see any uses of ilm-cap. (outside the scope of this PR...but should that be removed?)
There was a problem hiding this comment.
Yes, I didn't see why the "I" was capitalized in this case.
* elastic/master: (539 commits) SQL: documentation improvements and updates (elastic#36918) [DOCS] Merges list of discovery and cluster formation settings (elastic#36909) Only compress responses if request was compressed (elastic#36867) Remove duplicate paragraph (elastic#36942) Fix URI to cluster stats endpoint on specific nodes (elastic#36784) Fix typo in unitTest task (elastic#36930) RecoveryMonitor#lastSeenAccessTime should be volatile (elastic#36781) [CCR] Add `ccr.auto_follow_coordinator.wait_for_timeout` setting (elastic#36714) Scripting: Remove deprecated params.ctx (elastic#36848) Refactor the REST actions to clarify what endpoints are deprecated. (elastic#36869) Add JDK 12 to CI rotation (elastic#36915) Improve error message for 6.x style realm settings (elastic#36876) Send clear session as routable remote request (elastic#36805) [DOCS] Remove redundant ILM attributes (elastic#36808) SQL: Fix bug regarding histograms usage in scripting (elastic#36866) Update index mappings when ccr restore complete (elastic#36879) Docs: Bump version to alpha2 after release Enable IPv6 URIs in reindex from remote (elastic#36874) Watcher: Remove unused local variable in doExecute (elastic#36655) [DOCS] Synchs titles of X-Pack APIs ...
* master: (31 commits) Move ingest-geoip default databases out of config (elastic#36949) [ILM][DOCS] add extra scenario to policy update docs (elastic#36871) [Painless] Add String Casting Tests (elastic#36945) SQL: documentation improvements and updates (elastic#36918) [DOCS] Merges list of discovery and cluster formation settings (elastic#36909) Only compress responses if request was compressed (elastic#36867) Remove duplicate paragraph (elastic#36942) Fix URI to cluster stats endpoint on specific nodes (elastic#36784) Fix typo in unitTest task (elastic#36930) RecoveryMonitor#lastSeenAccessTime should be volatile (elastic#36781) [CCR] Add `ccr.auto_follow_coordinator.wait_for_timeout` setting (elastic#36714) Scripting: Remove deprecated params.ctx (elastic#36848) Refactor the REST actions to clarify what endpoints are deprecated. (elastic#36869) Add JDK 12 to CI rotation (elastic#36915) Improve error message for 6.x style realm settings (elastic#36876) Send clear session as routable remote request (elastic#36805) [DOCS] Remove redundant ILM attributes (elastic#36808) SQL: Fix bug regarding histograms usage in scripting (elastic#36866) Update index mappings when ccr restore complete (elastic#36879) Docs: Bump version to alpha2 after release ...
Fixes #36797