diff options
Diffstat (limited to 'textproc/elasticsearch2/files/patch-config-elasticsearch.yml')
-rw-r--r-- | textproc/elasticsearch2/files/patch-config-elasticsearch.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/elasticsearch2/files/patch-config-elasticsearch.yml b/textproc/elasticsearch2/files/patch-config-elasticsearch.yml new file mode 100644 index 000000000000..3cb9c2f81be2 --- /dev/null +++ b/textproc/elasticsearch2/files/patch-config-elasticsearch.yml @@ -0,0 +1,15 @@ +--- config/elasticsearch.yml.orig 2015-10-21 04:41:12.000000000 -0400 ++++ config/elasticsearch.yml 2015-11-19 12:34:39.766910803 -0500 +@@ -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 + # + # ----------------------------------- Memory ----------------------------------- + # |