diff options
Diffstat (limited to 'textproc/elasticsearch6/files/patch-config_elasticsearch.yml')
-rw-r--r-- | textproc/elasticsearch6/files/patch-config_elasticsearch.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/elasticsearch6/files/patch-config_elasticsearch.yml b/textproc/elasticsearch6/files/patch-config_elasticsearch.yml index d44fa1d5a675..f61a04c32b9a 100644 --- a/textproc/elasticsearch6/files/patch-config_elasticsearch.yml +++ b/textproc/elasticsearch6/files/patch-config_elasticsearch.yml @@ -1,13 +1,15 @@ ---- config/elasticsearch.yml.orig 2018-02-06 00:13:22 UTC +--- config/elasticsearch.yml.orig 2018-02-16 18:57:55 UTC +++ config/elasticsearch.yml -@@ -35,6 +35,10 @@ +@@ -31,10 +31,12 @@ + # 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 ----------------------------------- # |