Bug 1278556

Summary: Opening Kibana from the web console the second time loses custom banner
Product: OKD Reporter: Samuel Padgett <spadgett>
Component: LoggingAssignee: Jeff Cantrill <jcantril>
Status: CLOSED CURRENTRELEASE QA Contact: chunchen <chunchen>
Severity: low Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, dmcphers, jcantril, tdawson, wsun
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-12 17:10:06 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 Samuel Padgett 2015-11-05 18:56:51 UTC
Description of problem:

If I click the View Archive button on the web console log page, click Back, and then click the View Archive button again, Kibana no longer has the custom banner at the top.

Version-Release number of selected component (if applicable):

Openshift

"gitVersion": "v1.2.0-alpha.1-1107-g4c8e6f4"
"gitCommit": "4c8e6f4"

logging-kibana image 305d78

Comment 1 Jeff Cantrill 2015-11-06 14:34:59 UTC
Found in the web dev logs:

Failed to load resource: the server responded with a status of 404 (Not Found)
https://kibana.10.3.9.15.xip.io/plugins/origin-kibana/styles/fonts/OpenSans-Bold-webfont.woff Failed to load resource: the server responded with a status of 404 (Not Found)
https://kibana.10.3.9.15.xip.io/plugins/origin-kibana/styles/fonts/OpenSans-Light-webfont.woff Failed to load resource: the server responded with a status of 404 (Not Found)
https://kibana.10.3.9.15.xip.io/plugins/origin-kibana/styles/fonts/OpenSans-Regular-webfont.ttf Failed to load resource: the server responded with a status of 404 (Not Found)
https://kibana.10.3.9.15.xip.io/plugins/origin-kibana/styles/fonts/OpenSans-Bold-webfont.ttf Failed to load resource: the server responded with a status of 404 (Not Found)
https://kibana.10.3.9.15.xip.io/plugins/origin-kibana/styles/fonts/OpenSans-Light-webfont.ttf Failed to load resource: the server responded with a status of 404 (Not Found)

Investigating if this contributes to issue..

Comment 2 Jeff Cantrill 2015-11-06 16:49:55 UTC
404 is a read herring but fixed here: https://github.com/openshift/origin-kibana/pull/8

Sometimes page refresh works.  Still investigating why.

Comment 3 Jeff Cantrill 2015-12-17 14:47:10 UTC
Fixed in https://github.com/openshift/origin-kibana/pull/11  Still needs to be updated the enterprise repos and built into an image

Comment 4 Jeff Cantrill 2016-01-04 15:18:22 UTC
Fixed in https://github.com/openshift/origin-kibana/releases/tag/v0.5.0  Enterprise packaging currently being addressed by tdawson

Comment 5 Jeff Cantrill 2016-01-04 15:28:56 UTC
latest image with this change found here: https://hub.docker.com/r/openshift/origin-logging-kibana

Comment 6 chunchen 2016-01-05 06:15:19 UTC
It's fixed, checked with kibana image(openshift/origin-logging-kibana   c12a8730acb7), the custom banner is still shown at the top of kibana page after trying three times for "click Back".