Bug 1609895
| Summary: | Kibana 3.11.0-0.10.0 is trying to contact ES using localhost instead of logging-es - can't login to Kibana | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Mike Fiedler <mifiedle> |
| Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.11.0 | CC: | aos-bugs, juzhao, rmeggins |
| Target Milestone: | --- | Keywords: | OnlineStarter |
| Target Release: | 3.11.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: Kibana was starting without using the kibana.yml we expected
Consequence: Kibana was relying on its defaults instead of using our desired configuration
Fix: Modify the run script to set the environment variable which tells Kibana which config to use
Result: Kibana is able to connect to Elasticsearch
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-11 07:22:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Mike Fiedler
2018-07-30 18:27:06 UTC
This PR fixes Kibana not being able to connect to Elasticsearch but in the course of investigation found issues with permissions and seeding which I will investigate and address in subsequent BZ/PR https://github.com/openshift/origin-aggregated-logging/pull/1269 It is using the correct router name With openshift3/ose-logging-kibana5/images/v3.11.0-0.11.0.0.
{"type":"log","@timestamp":"2018-08-06T08:50:36Z","tags":["warning","elasticsearch","admin"],"pid":226,"message":"Unable to revive connection: https://logging-es:9200/"}
{"type":"log","@timestamp":"2018-08-06T08:50:36Z","tags":["warning","elasticsearch","admin"],"pid":226,"message":"No living connections"}
Note that, you will hit https://bugzilla.redhat.com/show_bug.cgi?id=1595956.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:2652 |