Hello Everyone,
I'm trying to set logging parameters in the file kibana.yml by using the "rolling-file" function, here is my configuration :
logging:
appenders:
rolling-file:
type: rolling-file
fileName: /home/elk/logs.json
policy:
type: size-limit
size: 50mb
strategy:
type: numeric
pattern: '-%i'
max: 2
layout:
type: json
There are no file created in this path...
Can someone help me please ?
Thank you