mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Document rolling file appender numeric strategy max. (#134171)
This commit is contained in:
parent
b5583eb5ec
commit
6f0fa0e1e6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ The following table serves as a quick reference for different logging configurat
|
|||
| The suffix to append to the file path when rolling. Must include `%i`.
|
||||
|
||||
| `logging.appenders[].<appender-name>.strategy.max`
|
||||
| The maximum number of files to keep. Optional. Default is `7`.
|
||||
| The maximum number of files to keep. Optional. Default is `7` and the maximum is `100`.
|
||||
|
||||
| `logging.appenders[].<appender-name>.layout.type`
|
||||
| Determines how the log messages are displayed. Options are `pattern`, which provides human-readable output, or `json`, which provides ECS-compliant output. Required.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue