This is on Windows. Kibana works and I am able to visualize the data.
What I am trying to achieve is to view the Kibana logs on the location which I have provided. Below is what I got on my kibana.yml but nothing gets created on the location provided for logs, when I start kibana.bat
Can someone advise to resolve the issue ? Thank you.
# =================== System: Logging ===================
# Set the value of this setting to off to suppress all logging output, or to debug to log everything. Defaults to 'info'
logging.root.level: info
logging:
appenders:
rolling-file:
type: rolling-file
fileName: "C:\\elastic\\kibana-8.6.2\\logs\\kibana.log"
policy:
type: size-limit
size: 100mb
layout:
type: pattern