mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +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:
|
||||
data: /var/lib/elasticsearch
|
||||
logs: /var/logs/elasticsearch
|
||||
logs: /var/log/elasticsearch
|
||||
--------------------------------------------------
|
||||
|
||||
Settings can also be flattened as follows:
|
||||
@ -47,7 +47,7 @@ Settings can also be flattened as follows:
|
||||
[source,yaml]
|
||||
--------------------------------------------------
|
||||
path.data: /var/lib/elasticsearch
|
||||
path.logs: /var/logs/elasticsearch
|
||||
path.logs: /var/log/elasticsearch
|
||||
--------------------------------------------------
|
||||
|
||||
[float]
|
||||
|
@ -168,7 +168,7 @@ locations for a Debian-based system:
|
||||
|
||||
| logs
|
||||
| Log files location.
|
||||
| /var/logs/elasticsearch
|
||||
| /var/log/elasticsearch
|
||||
| path.logs
|
||||
|
||||
| plugins
|
||||
|
@ -154,7 +154,7 @@ locations for an RPM-based system:
|
||||
|
||||
| logs
|
||||
| Log files location.
|
||||
| /var/logs/elasticsearch
|
||||
| /var/log/elasticsearch
|
||||
| path.logs
|
||||
|
||||
| plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user