File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
docs/reference/setup/install Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,12 @@ locations for a Debian-based system:
238238 | /var/lib/elasticsearch
239239 | path.data
240240
241+ | jdk
242+ | The bundled Java Development Kit used to run Elasticsearch. Can
243+ be overriden by setting the `JAVA_HOME` environment variable.
244+ | /usr/share/elasticsearch/jdk
245+ d|
246+
241247| logs
242248 | Log files location.
243249 | /var/log/elasticsearch
Original file line number Diff line number Diff line change @@ -225,6 +225,12 @@ locations for an RPM-based system:
225225 | /var/lib/elasticsearch
226226 | path.data
227227
228+ | jdk
229+ | The bundled Java Development Kit used to run Elasticsearch. Can
230+ be overriden by setting the `JAVA_HOME` environment variable.
231+ | /usr/share/elasticsearch/jdk
232+ d|
233+
228234| logs
229235 | Log files location.
230236 | /var/log/elasticsearch
You can’t perform that action at this time.
0 commit comments