Bug 1435083
Summary: | openshift users encountered confirmation "Apply these filters?" when switching between index list populated in the left panel on kibana | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> | ||||||
Component: | Logging | Assignee: | Rich Megginson <rmeggins> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 3.4.1 | CC: | aos-bugs, mcurry, pportant, rmeggins, rromerom | ||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||
Target Release: | 3.4.z | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: |
Cause: 3.4 upgraded the Elasticsearch schema to the common data model but did not upgrade the Kibana schema.
Consequence: There were strange errors like "Apply these filters?" in Kibana.
Fix: The correct schema was added to Kibana for the common data model.
Result: Kibana works as expected.
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2017-10-25 13:00:48 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: | |||||||||
Attachments: |
|
Description
Junqi Zhao
2017-03-23 05:23:11 UTC
Marc, the bz bot gives an auto ack for pm - you should consider giving a real pm ack for this issue considering how many customers are hitting this. Do need this BZ and https://bugzilla.redhat.com/show_bug.cgi?id=1388031? @Peter, I think this issue will address 3.4 since the other from #3 was targeted 3.5. I believe Rich has backported this in https://github.com/openshift/origin-aggregated-logging/pull/380 which pulls in: https://github.com/fabric8io/openshift-elasticsearch-plugin/pull/71 The fix is in the latest images: logging-auth-proxy-docker-3.4.1-11 rhaos-3.4-rhel-7-candidate osbs logging-curator-docker-3.4.1-8 rhaos-3.4-rhel-7-candidate osbs logging-deployment-docker-v3.4.1.20-1 rhaos-3.4-rhel-7-candidate osbs logging-elasticsearch-docker-3.4.1-21 rhaos-3.4-rhel-7-candidate osbs logging-fluentd-docker-3.4.1-8 rhaos-3.4-rhel-7-candidate osbs logging-kibana-docker-3.4.1-9 rhaos-3.4-rhel-7-candidate osbs or later There is another bz for this issue: https://bugzilla.redhat.com/show_bug.cgi?id=1444106 - which is targeted for 3.4 backport. For this 1435083 bz, what release are we targeting? There is one same defect: https://bugzilla.redhat.com/show_bug.cgi?id=1444106 and was closed, images details please see https://bugzilla.redhat.com/show_bug.cgi?id=1444106#c10 But I tested with the latest images, this error is reproduced, see the attached picture. docker images | grep logging openshift3/logging-deployer 3.4.1 dcee53833a87 28 hours ago 856.6 MB openshift3/logging-kibana 3.4.1 e7b6eb3c6d3c 3 days ago 339.3 MB openshift3/logging-elasticsearch 3.4.1 fab3ad9b2410 3 days ago 399.4 MB openshift3/logging-fluentd 3.4.1 10c6287124fc 3 days ago 232.7 MB openshift3/logging-curator 3.4.1 e8b1bbdfa30f 3 days ago 244.5 MB openshift3/logging-auth-proxy 3.4.1 f2750505bbf8 10 days ago 215 MB Created attachment 1277197 [details]
kibana ui, tested with the latest images
The only thing I can think of is that some earlier image was tagged with 3.4.1, replacing the fix. I've asked Jeff and Troy what can be done about this. *** Bug 1444106 has been marked as a duplicate of this bug. *** The latest image for elasticsearch is logging-elasticsearch:3.4.1-26, tested with this image, this issue is fixed. Please change the Status to ON_QA, so I can close it. # docker images | grep logging /openshift3/logging-deployer 3.4.1 50df91cebdd9 37 hours ago 856.6 MB /openshift3/logging-fluentd 3.4.1 72e1937f640d 2 days ago 233.2 MB /openshift3/logging-curator 3.4.1 10d5d588dce7 2 days ago 245 MB /openshift3/logging-kibana 3.4.1 6896fc60e73f 2 days ago 338.8 MB /openshift3/logging-elasticsearch 3.4.1 7ccfb575c46c 2 days ago 399.6 MB /openshift3/logging-elasticsearch 3.4.1-26 7ccfb575c46c 2 days ago 399.6 MB /openshift3/logging-auth-proxy 3.4.1 3493cb418daf 2 days ago 215.3 MB Set it to VERIFIED based on Comment 11 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-2017:3049 |