mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
09d3bfb2ec
commit
a5bcaebdf3
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue