-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana logs and Kibana pid configuration settings seem to be ignored in 7.11 #91885
Comments
It seems like only Updated to 7.11.1 in the meantime, but same issue.. |
Anyone? |
@willemdh I'm seeing the same issue since updating to Kibana 7.11.0 and 7.11.1. Haven't tried 7.11.2 yet. |
We are on 7.11.2 and still have this issue. |
7.12.0 has this issue too. |
As of Until this is fixed, a reasonable workaround would be to add in an override (e.g |
Imho is the main problem here not the pid, but the fact that the Kibana logfile logs to the default location? This can possibly result in a full os disk.. Thats why we log Kibana logs to a separate disk. |
Pinging @elastic/kibana-core (Team:Core) |
cc @elastic/kibana-operations See https://github.com/elastic/kibana/pull/82209/files, issue is caused by the way we package the distribution, not by core's configuration system. |
Confirming, we'll need to introduce a fix by moving this unit file args to kibana.yml |
It looks like after log file rotation all our user sessions are getting lost. Could this be related? https://discuss.elastic.co/t/session-lost-after-log-file-rotation/273531/2 This problem did't appear in 7.10, and it does appear in 7.12.1. I'm not able to verify if it also started to appear in 7.11, but that would be very well possible. My current logging settings are:
My session settings are:
The last log lines in the kibana.log (before rotation) look like this:
|
Kibana version: 7.11.0
Elasticsearch version: 7.11.0
Server OS version: CentOS 7
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:
We did find a kibana.pid file in the following location: /var/run/kibana/kibana.pid.
it's important that we can write the Kibana logs to a separate disk to prevent the os disk from filling up.
https://discuss.elastic.co/t/kibana-7-11-0-kibana-pid-en-kibana-json-not-created-in-configured-locations/264694
The text was updated successfully, but these errors were encountered: