Browse Source

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
Aaron Mildenstein 9 years ago
parent
commit
10381de815

+ 2 - 2
docs/reference/setup/configuration.asciidoc

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

+ 1 - 1
docs/reference/setup/install/deb.asciidoc

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

+ 1 - 1
docs/reference/setup/install/rpm.asciidoc

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