[8.0] [release notes] Note systemd service file logging changes (#128189)

* [8.0] [release notes] Note systemd service file logging changes.  Closes #127625

* cleanup
This commit is contained in:
Jonathan Budzenski 2022-06-01 11:56:52 -05:00 committed by GitHub
parent 09d3bfb2ec
commit a5bcaebdf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,6 +209,12 @@ logging:
appenders: [rolling-file]
-------------------
[float]
==== Logging configuration removed from systemd service file
*Details:* Previously `logging.dest` was passed as a command line argument to Kibana in the systemd service file. This configuration was moved to the default `kibana.yml`.
*Impact:* Installations relying on the service file configuration for logging should define logging settings in `kibana.yml`.
[float]
==== `xpack.security.authProviders` is no longer valid
*Details:* The deprecated `xpack.security.authProviders` setting in the `kibana.yml` file has been removed.