Hi,
I am trying to get Kibana working on port 443 on Windows, however if IIS is installed, requests seem to be routed to IIS and not kibana. Any way to make this work in such a scenario?
Hi,
I am trying to get Kibana working on port 443 on Windows, however if IIS is installed, requests seem to be routed to IIS and not kibana. Any way to make this work in such a scenario?
Only a single application can use any given port on the same host. If IIS is binding to 443, you either have to disable IIS or put Kibana on another port and make IIS proxy all requests to the Kibana port (often called reverse proxy, here is a tutorial explaining the process: https://docs.microsoft.com/en-us/archive/blogs/friis/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world-apps)
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.