<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- config/kibana.yml	2021-09-08 12:41:39.000000000 -0400
+++ config/kibana.yml	2021-09-08 13:22:44.000000000 -0400
@@ -88,9 +88,11 @@
 
 # Specifies the path where Kibana creates the process ID file.
 #pid.file: /run/kibana/kibana.pid
+pid.file: @PREFIX@/var/run/kibana/kibana.pid
 
 # Enables you to specify a file where Kibana stores log output.
 #logging.dest: stdout
+logging.dest: @PREFIX@/var/log/kibana/kibana.log
 
 # Set the value of this setting to true to suppress all logging output.
 #logging.silent: false
</pre></body></html>