Closed
Description
openedon Sep 6, 2021
Description:
The RPM package service description sets the deprecated --logging.dest
flag which causes the following problems:
- Kibana generates a deprecation warning which users are unable to resolve
@mshustov suggested settingdeprecation.skip_deprecated_settings='logging.dest'
to suppress the warning - RPM package keeps writing to rotated log files when using the new logging configuration
When using the RPM package and the new logging configuration, Kibana will keep writing legacy request logs to log files that have already been rotated (exceeded size or interval duration).
This is because legacy logging is enabled in the service description by setting --logging.dest=
https://github.com/elastic/kibana/blob/7.15/src/dev/build/tasks/os_packages/service_templates/systemd/etc/systemd/system/kibana.service#L18
Versions affected: 7.15, 7.14, 7.13 and probably all of 7.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment