mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
OpenSearch is a fork of Elasticsearch which aims to be a Distributed, RESTful, Search Engine built on top of Apache Lucene. WWW: http://opensearch.org PR: 257558 With hat: opensearch
15 lines
422 B
YAML
15 lines
422 B
YAML
--- config/opensearch.yml.orig 2021-07-02 23:22:08 UTC
|
|
+++ config/opensearch.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/opensearch
|
|
#
|
|
# Path to log files:
|
|
#
|
|
#path.logs: /path/to/logs
|
|
+path.logs: /var/log/opensearch
|
|
#
|
|
# ----------------------------------- Memory -----------------------------------
|
|
#
|