blob: a39468ea84c9647ce10493fc7305e343c772da61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- config/elasticsearch.yml.orig 2018-09-26 13:30:23 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 -----------------------------------
#
@@ -86,3 +88,6 @@
# Require explicit names when deleting indices:
#
#action.destructive_requires_name: true
+
+# ml is not supported on FreeBSD
+xpack.ml.enabled: false
|