elasticsearch/docs/reference/commands
Yannick Welsch 6e39433cd5
Remove "nodes/0" folder prefix from data path (#42489)
With the removal of node.max_local_storage_nodes, there is no need anymore to keep the data in
subfolders indexed by a node ordinal. This commit makes it so that ES 8.0 will store data directly in
$DATA_DIR instead of $DATA_DIR/nodes/$nodeOrdinal.

Upon startup, Elasticsearch will check to see if there is data in the old location, and automatically
move it to the new location. This automatic migration only works if $nodeOrdinal is 0, i.e., multiple
node instances have not previously run on the same data path, which required for
node.max_local_storage_nodes to explicitly be configured.
2019-05-28 19:09:09 +02:00
..
certgen.asciidoc [DOCS] Escape depcreated[] note for Asciidoctor migration (#41608) 2019-04-30 15:18:49 -04:00
certutil.asciidoc Improve certutil --pass documentation about empty password (#40137) 2019-03-27 14:36:31 +11:00
index.asciidoc Remove the migrate tool (#42174) 2019-05-17 14:49:05 -04:00
node-tool.asciidoc Remove node.max_local_storage_nodes (#42428) 2019-05-23 16:02:12 +02:00
saml-metadata.asciidoc [DOCS] Fixes command page titles 2018-08-28 14:34:39 -07:00
setup-passwords.asciidoc [DOCS] Adds link to list of built-in users (#39529) 2019-03-01 10:29:59 -08:00
shard-tool.asciidoc Remove "nodes/0" folder prefix from data path (#42489) 2019-05-28 19:09:09 +02:00
syskeygen.asciidoc [DOCS] Moves commands to docs folder (#31114) 2018-06-06 07:49:15 -07:00
users-command.asciidoc [DOCS] Fixes command page titles 2018-08-28 14:34:39 -07:00