How to collect last 10 day debug logs of kibana 7.14.0 to 10 files

hi, I have downloaded a kibana 7.14.0 docker image. I noted that there are a lot of introduce about debug log settings.

Now I want to collect the last 10 day debug logs of kibana. And the log should be written one file each day. Do you have the config file sample.

Now I want to collect the last 10 day debug logs of kibana. And the log should be written one file each day. Do you have the config file sample.

You should use RollingFileAppender with TimeIntervalTriggeringPolicy strategy. Kibana logging system docs:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.