Skip to content

Commit 80f2a40

Browse files
authored
Add package docs for bundled jdk location (#46153)
This commit expands the documented directory layout of the rpm and deb packages to include the bundled jdk. closes #45150
1 parent 55d4581 commit 80f2a40

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/reference/setup/install/deb.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/reference/setup/install/rpm.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)