I am unable to get kibana logs.
/var/log/kibana/kibana.stdout as well as kibana.stderr seem to have no logs being written to them (I am getting undefined errors in my Kibana)
In the kibana.yml file, I have then also set
logging.dest: /var/logs/kibana.log
while inserting a kibana.log file into this directory... but again nothing is being written to the file.
How do I obtain the Kibana logs?
Thanks in advance.