freebsd-ports/textproc/elasticsearch8/files/patch-config_elasticsearch.yml
Juraj Lutter a6b3049a93 textproc/elasticsearch8: Add new port
Add elasticsearch8, a distributed, RESTful search and analytics engine.

For release notes since version 8.0 see
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/es-release-notes.html
2022-11-26 22:03:17 +01:00

25 lines
692 B
YAML

--- config/elasticsearch.yml.orig 2022-11-17 18:55:38 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,6 +82,9 @@
# Enable an unauthenticated TCP readiness endpoint on localhost
#
#readiness.port: 9399
+
+# ml is not supported on FreeBSD
+xpack.ml.enabled: false
#
# ---------------------------------- Various -----------------------------------
#