Hello,
On our DV Elastic, we tested 7.11 and noticed the Kibana logs were no longer generated in the expected location. After some debuging, it seems the logs are written to the default path /var/log/kibana/kibana.log
instead of to the configured logging.dest
/logdisk/kibana/kibana.json
. We also noticed that there no kibana.pid file in the configured location /etc/kibana/pid/kibana.pid
.
Relevant kibana.yml
configuration:
logging.dest: /logdisk/kibana/kibana.json
logging.json: true
logging.timezone: Europe/Brussels
pid.file: /etc/kibana/pid/kibana.pid
We did find a kibana.pid
file in the following location: /var/run/kibana/kibana.pid
.
What's going on here?
Grtz
Willem