I don't know why this is so hard, but I can't figure out the new way of configuring logging in Kibana. I am trying to output kibana logs to a file, below is what I have. It doesn't throw errors, but it also doesn't log anything to the specified filename. What am I missing?
logging:
appenders:
rolling-file:
type: rolling-file
fileName: "d:/ElasticStack/Logs/Kibana/kibana.log"
policy:
type: size-limit
size: 50mb
strategy:
type: numeric
pattern: '-%i'
max: 5
layout:
type: json
root:
level: all