mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
* Remove `es-test-dir` book-scoped variable * Remove `plugins-examples-dir` book-scoped variable * Remove `:dependencies-dir:` and `:xes-repo-dir:` book-scoped variables - In `index.asciidoc`, two variables (`:dependencies-dir:` and `:xes-repo-dir:`) were removed. - In `sql/index.asciidoc`, the `:sql-tests:` path was updated to fuller path - In `esql/index.asciidoc`, the `:esql-tests:` path was updated idem * Replace `es-repo-dir` with `es-ref-dir` * Move `:include-xpack: true` to few files that use it, remove from index.asciidoc
12 lines
390 B
Text
12 lines
390 B
Text
[[add-tier]]
|
|
== Add a missing tier to the system
|
|
|
|
The allocation of indices in an {es} deployment can be allocated on <<data-tiers, data tiers>>.
|
|
|
|
In order to allow indices to be allocated, follow these steps to add the <<data-tiers, data tier>>
|
|
the indices expect to be allocated on to your deployment:
|
|
|
|
include::{es-ref-dir}/tab-widgets/troubleshooting/data/add-tier-widget.asciidoc[]
|
|
|
|
|
|
|