freebsd-ports/textproc/elasticsearch7/files/patch-config_elasticsearch.yml
Juraj Lutter f950a15f38 textproc/elasticsearch7: Update to 7.13.2
- Update to 7.13.2
- Fix support tools to find java correctly [1]
- Needs enforce_statfs = 1 in jails [2]
- Fix rc order [3]

PR:		256921 [1]
PR:		254777 [2]
PR:		254776 [3]
2021-07-06 22:44:37 +02:00

22 lines
606 B
YAML

--- config/elasticsearch.yml.orig 2021-06-10 20:59:11 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 -----------------------------------
#
@@ -80,3 +82,6 @@
# Require explicit names when deleting indices:
#
#action.destructive_requires_name: true
+
+# ml is not supported on FreeBSD
+xpack.ml.enabled: false