So I’ve found this small problem and it’s been referenced before. So as I was installing Kibana in my local IIS 8, it had problem loading files due to an error in MIME type for files with a JSON extension.
If you find that you are having the same problem, just put the following Web.config file at the root:
1 | <?xml version="1.0" encoding="UTF-8"?> |