Hi,
I am a beginner with ELK and since I've updated my Ubuntu 20.04, I have the following problem:
When I want to start kibana it fails and when I check the logs it says "[Error: ENOENT: no such file or directory, open '/run/kibana/kibana.pid']". So I checked in /var/run if the file was there and it wasn't. I created a kibana directory and restarted kibana.service. Kibana was working but the problem is that I have to create that same directory every time I reboot.
I already tried to solve the problem according to that topic: When restarting my machine Kibana pid file is removed automatically, but removing 'pid.file' in kibana.yml didn't change anything.
Thank you.