In my kibana.yml I have given the following. But I don't see kibana logs being written to the path I defined
logging:
root:
level: all
appenders:
rolling-file:
type: rolling-file
fileName: /apps/elk/logs/kibana.log
policy:
type: size-limit
size: 100mb
strategy:
type: numeric
pattern: '-%i'
max: 10
layout:
type: json