mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Removing the superfluous 's'
Pretty sure we're not making a brand new `/var/logs` directory when everything else goes into `/var/log` Relates #18305
This commit is contained in:
parent
df43230844
commit
10381de815
@ -39,7 +39,7 @@ example of changing the path of the data and logs directories:
|
|||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
path:
|
path:
|
||||||
data: /var/lib/elasticsearch
|
data: /var/lib/elasticsearch
|
||||||
logs: /var/logs/elasticsearch
|
logs: /var/log/elasticsearch
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
Settings can also be flattened as follows:
|
Settings can also be flattened as follows:
|
||||||
@ -47,7 +47,7 @@ Settings can also be flattened as follows:
|
|||||||
[source,yaml]
|
[source,yaml]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
path.data: /var/lib/elasticsearch
|
path.data: /var/lib/elasticsearch
|
||||||
path.logs: /var/logs/elasticsearch
|
path.logs: /var/log/elasticsearch
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
|
@ -168,7 +168,7 @@ locations for a Debian-based system:
|
|||||||
|
|
||||||
| logs
|
| logs
|
||||||
| Log files location.
|
| Log files location.
|
||||||
| /var/logs/elasticsearch
|
| /var/log/elasticsearch
|
||||||
| path.logs
|
| path.logs
|
||||||
|
|
||||||
| plugins
|
| plugins
|
||||||
|
@ -154,7 +154,7 @@ locations for an RPM-based system:
|
|||||||
|
|
||||||
| logs
|
| logs
|
||||||
| Log files location.
|
| Log files location.
|
||||||
| /var/logs/elasticsearch
|
| /var/log/elasticsearch
|
||||||
| path.logs
|
| path.logs
|
||||||
|
|
||||||
| plugins
|
| plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user