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:
Aaron Mildenstein 2016-05-12 14:42:27 -06:00 committed by Jason Tedor
parent df43230844
commit 10381de815
3 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -168,7 +168,7 @@ locations for a Debian-based system:
| logs
| Log files location.
| /var/logs/elasticsearch
| /var/log/elasticsearch
| path.logs
| plugins

View File

@ -154,7 +154,7 @@ locations for an RPM-based system:
| logs
| Log files location.
| /var/logs/elasticsearch
| /var/log/elasticsearch
| path.logs
| plugins