Skip to content

Commit f501139

Browse files
committed
[DOCS] Add monitoring upgrade details (#29041)
1 parent c9d5867 commit f501139

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/reference/upgrade/upgrade-node.asciidoc

+9-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@ To upgrade using a zip or compressed tarball:
1616

1717
.. Set `path.data` in `config/elasticsearch.yml` to point to your external
1818
data directory. If you are not using an external `data` directory, copy
19-
your old data directory over to the new installation.
19+
your old data directory over to the new installation. +
20+
+
21+
--
22+
IMPORTANT: If you use {monitoring}, re-use the data directory when you upgrade
23+
{es}. Monitoring identifies unique {es} nodes by using the persistent UUID, which
24+
is stored in the data directory.
25+
26+
--
2027

2128
.. Set `path.logs` in `config/elasticsearch.yml` to point to the location
2229
where you want to store your logs. If you do not specify this setting,
23-
logs are stored in the directory you extracted the archive to.
30+
logs are stored in the directory you extracted the archive to.

0 commit comments

Comments
 (0)