freebsd-ports/textproc/kibana8/files/patch-config_kibana.yml

15 lines
561 B
YAML

--- config/kibana.yml.orig 2023-12-25 14:26:21 UTC
+++ config/kibana.yml
@@ -122,10 +122,10 @@
# =================== System: Other ===================
# The path where Kibana stores persistent data not saved in Elasticsearch. Defaults to data
-#path.data: data
+path.data: %%WWWDIR%%/data
# Specifies the path where Kibana creates the process ID file.
-#pid.file: /run/kibana/kibana.pid
+pid.file: /var/run/kibana/kibana.pid
# Set the interval in milliseconds to sample system and process performance
# metrics. Minimum is 100ms. Defaults to 5000ms.