mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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
This commit is contained in:
parent
55d4581ee4
commit
80f2a4066c
2 changed files with 12 additions and 0 deletions
|
@ -238,6 +238,12 @@ locations for a Debian-based system:
|
||||||
| /var/lib/elasticsearch
|
| /var/lib/elasticsearch
|
||||||
| path.data
|
| path.data
|
||||||
|
|
||||||
|
| jdk
|
||||||
|
| The bundled Java Development Kit used to run Elasticsearch. Can
|
||||||
|
be overriden by setting the `JAVA_HOME` environment variable.
|
||||||
|
| /usr/share/elasticsearch/jdk
|
||||||
|
d|
|
||||||
|
|
||||||
| logs
|
| logs
|
||||||
| Log files location.
|
| Log files location.
|
||||||
| /var/log/elasticsearch
|
| /var/log/elasticsearch
|
||||||
|
|
|
@ -225,6 +225,12 @@ locations for an RPM-based system:
|
||||||
| /var/lib/elasticsearch
|
| /var/lib/elasticsearch
|
||||||
| path.data
|
| path.data
|
||||||
|
|
||||||
|
| jdk
|
||||||
|
| The bundled Java Development Kit used to run Elasticsearch. Can
|
||||||
|
be overriden by setting the `JAVA_HOME` environment variable.
|
||||||
|
| /usr/share/elasticsearch/jdk
|
||||||
|
d|
|
||||||
|
|
||||||
| logs
|
| logs
|
||||||
| Log files location.
|
| Log files location.
|
||||||
| /var/log/elasticsearch
|
| /var/log/elasticsearch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue