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