mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
* Fix using jvm.options file * Add errors to rc script when using legacy rc.conf options PR: 214572, 214983 Submitted by: purpleritza@gmail.com Reported by: purpleritza@gmail.com, Mark.Martinec@ijs.si
18 lines
509 B
YAML
18 lines
509 B
YAML
--- config/elasticsearch.yml.orig 2016-11-24 10:05:27 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 -----------------------------------
|
|
#
|