ports/textproc/opensearch219/files/patch-config_opensearch.yml
Jose Alonso Cardenas Marquez 431b97fd68
textproc/opensearch219: New port: Full-text search engine for Java
OpenSearch is a fork of Elasticsearch which aims to be a Distributed,
RESTful, Search Engine built on top of Apache Lucene.
2025-05-10 23:26:14 -07:00

16 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 -----------------------------------
#