mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
- Elastic no longer accepts -Epath.conf argument. Change to ES_PATH_CONF env - Elastic was not honoring the elasticsearch_tmpdir rc.conf variable. Remove. The default behavior is to use mktemp for a unique tmpdir in /tmp. This seems sane, especially when running multiple profiles. - Patch jvm.options to set a writable location for gc.log, which will be the tmpdir. There is not an easy way to automatically point this to the log dir, so it needs a unique location when running muliple profiles. - devel/jca is also a BUILD dependency to fix build outside poudriere PR: 226265
15 lines
434 B
YAML
15 lines
434 B
YAML
--- config/elasticsearch.yml.orig 2018-02-16 18:57:55 UTC
|
|
+++ config/elasticsearch.yml
|
|
@@ -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 -----------------------------------
|
|
#
|