I have installed kibana on windows 10 using .zip folder suggested at here
I have updated kibana.yml
to store log as below.
I have log folder created as well. I restarted kibana using cmd as well. But nothing shows in log file.
Not sure what am I doing wrong. Leads are appreciated.
I've tested it and Kibana 7.9.2 in Windows 10 (Version 10.0.17763 Build 17763) and logging is working correctly.
Steps to reproduce:
config\kibana.yml
file with your favorite editorpowershell
orcmd
and navigate to the kibana directoryPS D:\kibana-7.9.2-windows-x86_64> .\bin\kibana.bat
PS: I've tested with verbose, but you can choose other log-levels (read the instructions in the
kibana.yml
file)