SSL is configured on both virtualhost 443 listeners.
website url is working fine but when kibana url is hit it gives a complete blank white page.
When kibana is accessed directly via private ip it shows up, but if URL is used even though httpd redirects traffic correctly dashboard is not loading up. Under inspect element we are getting following error.
It seems your virtual host is not redirecting traffic to kibana right? The frontpage loads and then it requires a number of assets (Javascript files, CSS styles, etc) but your server is returning an HTML document, probably some sort of error.
I am getting 200 response for everything but for all css files in response tab i m getting
"Failed to load response data:No data found for resource with given identifier"
I added these lines
server.customResponseHeaders: {
"x-content-type-options": "none"
}
in my kibana.yml file my css issues were sorted but now i m fetting this bootstrap.js issue any solution to this? kibana is running behind apache server..
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.