Commit graph

6 commits

Author SHA1 Message Date
Adam Locke
23ab929eeb
[DOCS] Fix styling of deprecation message (#77173)
* [DOCS] Fix styling of deprecation message

Fixes the alignment and display of the deprecation messages on the index-level data tier allocation filtering page.

* Add quotes to deprecation string
2021-09-02 08:45:18 -04:00
Lee Hinman
6d6610b0c7
[7.x] Deprecate single-tier allocation filtering settings (#72835) (#72942)
* Deprecate single-tier allocation filtering settings

`(index|cluster).routing.allocation.(include|exclude|require)._tier` settings are now deprecated in
favor of using `index.routing.allocation.include._tier_preference`.

* Update deprecation message
2021-05-11 10:53:06 -06:00
James Rodewig
47294c264b
[DOCS] Update 'shared_cache' references for searchable snapshots (#72775) (#72777) 2021-05-05 18:00:28 -04:00
Henning Andersen
00d651389f
[DOCS] Frozen tier dedicated (#70542) (#70598)
The frozen tier is now dedicated for searchable snapshots mounted with
the `shared_cache` option. This commit adjusts docs accordingly.
2021-03-19 14:31:45 +01:00
James Rodewig
e7ab41cc56
[DOCS] Format the data tier allocation doc (#64722) (#64797)
Co-authored-by: bellengao <gbl_long@163.com>
2020-11-09 11:12:27 -05:00
Andrei Dan
22f843352e
DOCS: general overview of data tiers and roles (#63086) (#63421)
This adds general overview documentation for data tiers,
the data tiers specific node roles, and their application in
ILM.

Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com>
Co-authored-by: debadair <debadair@elastic.co>
(cherry picked from commit d588cab747)
Signed-off-by: Andrei Dan <andrei.dan@elastic.co>

Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com>
Co-authored-by: debadair <debadair@elastic.co>
2020-10-07 17:29:12 +01:00