Hi,
I am running kibana from source. I am not getting the logs whatever be the file I specify in the kibana.yml file.
The following is my yml file.
server.port: 5600
server.host: <host_ip>
elasticsearch.hosts: http://<host_ip>:9200
logging.dest: /kibana/kibana.log
logging:
appenders:
file:
type: file
fileName: /kibana/kibana.log
layout:
type: json
root:
appenders:
- default
- file
I have specified the log file path in 2 ways... as shown above. My kibana folder is in the / directory.
I have been stuck on this issue for a couple of weeks now. Please help.
Thanks