Description of problem: When viewing logs through Kibana, it's reporting that it can't connect to Elasticsearch https://logs.preview.openshift.com/app/kibana Version-Release number of selected component (if applicable): v3.4.0.39 (online version 3.4.0.13) How reproducible: Everytime Steps to Reproduce: 1. Visit https://logs.preview.openshift.com/app/kibana 2. View status page 3. Actual results: Viewable logs Expected results: Unable to connect to Elasticsearch at https://logging-es:9200. Additional info:
@Will, Can you please post additional information: 1. Run `oadm diagnostics AggregatedLogging` 2. Post logs from `oc logs <LOGGING POD NAME> 3. `oc describe pod <LOGGING POD NAME>
Logging and metrics have not been installed in this environment yet. There was an attempt to install it, but more work needs to be done on the install process first. So you could be seeing some leftover components of logging that are not functional yet.
Ahh, ok...that makes sense. Thank you for following up!