mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
15 lines
484 B
YAML
15 lines
484 B
YAML
--- config/elasticsearch.yml.orig 2015-10-21 04:41:12.000000000 -0400
|
|
+++ config/elasticsearch.yml 2015-11-19 12:34:39.766910803 -0500
|
|
@@ -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 -----------------------------------
|
|
#
|