blob: 5ecdeea990435b9293b8c2f77bd052657e9d02ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- elasticsearch/config/elasticsearch.yml.orig 2023-03-27 14:30:24 UTC
+++ elasticsearch/config/elasticsearch.yml
@@ -80,3 +80,6 @@
# Allow wildcard deletion of indices:
#
#action.destructive_requires_name: false
+
+# ml is not supported on FreeBSD
+xpack.ml.enabled: false
|