mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Adds links to advanced logging documentation from settings (#96240)
This commit is contained in:
parent
390821d884
commit
69f9d65d8d
2 changed files with 6 additions and 6 deletions
|
@ -52,7 +52,7 @@ for example, `logstash-*`.
|
|||
==== Default logging timezone is now the system's timezone
|
||||
*Details:* In prior releases the timezone used in logs defaulted to UTC. We now use the host machine's timezone by default.
|
||||
|
||||
*Impact:* To restore the previous behavior, in kibana.yml use the pattern layout, with a date modifier:
|
||||
*Impact:* To restore the previous behavior, in kibana.yml use the pattern layout, with a {kibana-ref}/logging-service.html#date-format[date modifier]:
|
||||
[source,yaml]
|
||||
-------------------
|
||||
logging:
|
||||
|
@ -87,7 +87,7 @@ See https://github.com/elastic/kibana/pull/87939 for more details.
|
|||
|
||||
[float]
|
||||
==== Logging destination is specified by the appender
|
||||
*Details:* Previously log destination would be `stdout` and could be changed to `file` using `logging.dest`. With the new logging configuration, you can specify the destination using appenders.
|
||||
*Details:* Previously log destination would be `stdout` and could be changed to `file` using `logging.dest`. With the new logging configuration, you can specify the destination using {kibana-ref}/logging-service.html#logging-appenders[appenders].
|
||||
|
||||
*Impact:* To restore the previous behavior and log records to *stdout*, in `kibana.yml` use an appender with `type: console`.
|
||||
[source,yaml]
|
||||
|
@ -118,7 +118,7 @@ logging:
|
|||
|
||||
[float]
|
||||
==== Set log verbosity with root
|
||||
*Details:* Previously logging output would be specified by `logging.silent` (none), `logging.quiet` (error messages only) and `logging.verbose` (all). With the new logging configuration, set the minimum required log level.
|
||||
*Details:* Previously logging output would be specified by `logging.silent` (none), `logging.quiet` (error messages only) and `logging.verbose` (all). With the new logging configuration, set the minimum required {kibana-ref}/logging-service.html#log-level[log level].
|
||||
|
||||
*Impact:* To restore the previous behavior, in `kibana.yml` specify `logging.root.level`:
|
||||
[source,yaml]
|
||||
|
@ -175,7 +175,7 @@ logging:
|
|||
==== Configure log rotation with the rolling-file appender
|
||||
*Details:* Previously log rotation would be enabled when `logging.rotate.enabled` was true.
|
||||
|
||||
*Impact:* To restore the previous behavior, in `kibana.yml` use the `rolling-file` appender.
|
||||
*Impact:* To restore the previous behavior, in `kibana.yml` use the {kibana-ref}/logging-service.html#rolling-file-appender[`rolling-file`] appender.
|
||||
|
||||
[source,yaml]
|
||||
-------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue