https://github.com/openshift/openshift-ansible/pull/7236
https://github.com/openshift/origin-web-console/pull/2837
There is still error in Kibana UI. Discover: "project.default.55253ea2-1cef-11e8-984f-fa163ec71c74.*" is not a configured pattern. Using the default index pattern: ".all" # openshift version openshift v3.6.173.0.104 kubernetes v1.6.1+5115d708d7 etcd 3.2.1 logging component version: v3.6.173.0.104-1
Created attachment 1402342 [details] Error in Kibana UI
Please provide the project annotations: `oc get project default -o yaml'. The annotations provide hints to the webconsole to properly build the url. If the new image was deployed without running ansible, you may not have executed the code to annotate the project. Additionally, please provide the version of the webconsole image so we can confirm it also has the code that consumes the annotation. This should be available in: * openshift-ansible: 3.6.173.0.104-1 The origin changes should now be available as of Mar 10, 2018
Deployed logging with enabled ops cluster and disabled ops cluster, there is not exception output in Kibana UI while using view archive link in pod log for default project Images logging-fluentd/images/v3.6.173.0.112-1 logging-elasticsearch/images/v3.6.173.0.112-2 logging-kibana/images/v3.6.173.0.112-2 logging-auth-proxy/images/v3.6.173.0.112-2 logging-curator/images/v3.6.173.0.112-2 # openshift version openshift v3.6.173.0.112 kubernetes v1.6.1+5115d708d7 etcd 3.2.1 openshift-ansible version openshift-ansible-3.6.173.0.112-1.git.0.b920505.el7.noarch ************oc get project default -o yaml************ Enabled ops cluster # oc get project default -o yaml apiVersion: v1 kind: Project metadata: annotations: openshift.io/logging.data.prefix: .operations openshift.io/logging.ui.hostname: kibana-ops.apps.0329-dfc.qe.rhcloud.com openshift.io/node-selector: "" openshift.io/sa.initialized-roles: "true" openshift.io/sa.scc.mcs: s0:c3,c2 openshift.io/sa.scc.supplemental-groups: 1000010000/10000 openshift.io/sa.scc.uid-range: 1000010000/10000 creationTimestamp: 2018-03-30T02:40:39Z name: default resourceVersion: "4735" selfLink: /oapi/v1/projects/default uid: bbe83f95-33c3-11e8-8539-fa163ec1a6ed spec: finalizers: - kubernetes - openshift.io/origin status: phase: Active Disabled ops cluster # oc get project default -o yaml apiVersion: v1 kind: Project metadata: annotations: openshift.io/logging.data.prefix: .operations openshift.io/node-selector: "" openshift.io/sa.initialized-roles: "true" openshift.io/sa.scc.mcs: s0:c3,c2 openshift.io/sa.scc.supplemental-groups: 1000010000/10000 openshift.io/sa.scc.uid-range: 1000010000/10000 creationTimestamp: 2018-03-30T02:40:39Z name: default resourceVersion: "5468" selfLink: /oapi/v1/projects/default uid: bbe83f95-33c3-11e8-8539-fa163ec1a6ed spec: finalizers: - kubernetes - openshift.io/origin status: phase: Active ************oc get project default -o yaml************
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:1106