[DOCS] Correct typo in configuration (#28903)
This commit is contained in:
parent
7f4131f923
commit
861d80fff0
|
@ -38,7 +38,7 @@ command line or via your shell profile.
|
||||||
For the package distributions, the config directory location defaults to
|
For the package distributions, the config directory location defaults to
|
||||||
`/etc/elasticsearch`. The location of the config directory can also be changed
|
`/etc/elasticsearch`. The location of the config directory can also be changed
|
||||||
via the `ES_PATH_CONF` environment variable, but note that setting this in your
|
via the `ES_PATH_CONF` environment variable, but note that setting this in your
|
||||||
shell is not sufficient. Instead, this variabled is sourced from
|
shell is not sufficient. Instead, this variable is sourced from
|
||||||
`/etc/default/elasticsearch` (for the Debian package) and
|
`/etc/default/elasticsearch` (for the Debian package) and
|
||||||
`/etc/sysconfig/elasticsearch` (for the RPM package). You will need to edit the
|
`/etc/sysconfig/elasticsearch` (for the RPM package). You will need to edit the
|
||||||
`ES_PATH_CONF=/etc/elasticsearch` entry in one of these files accordingly to
|
`ES_PATH_CONF=/etc/elasticsearch` entry in one of these files accordingly to
|
||||||
|
|
Loading…
Reference in New Issue