aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/elasticsearch5/files/patch-config_elasticsearch.yml
blob: a20c30e446a98cfa01667a63ce802450275ffb66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- config/elasticsearch.yml.orig   2016-10-26 04:35:54 UTC
+++ config/elasticsearch.yml
@@ -31,10 +31,15 @@
 # Path to directory where to store the data (separate multiple locations by comma):
 #
 #path.data: /path/to/data
+path.data: /var/db/elasticsearch
 #
 # Path to log files:
 #
 #path.logs: /path/to/logs
+path.logs: /var/log/elasticsearch
+#
+# Path to scripts dir:
+path.scripts: /usr/local/libexec/elasticsearch
 #
 # ----------------------------------- Memory -----------------------------------
 #