Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1840478

Summary: No item Monitoring->logging in menu
Product: OpenShift Container Platform Reporter: Anping Li <anli>
Component: Management ConsoleAssignee: Jakub Hadvig <jhadvig>
Status: CLOSED NOTABUG QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.5CC: aos-bugs, jhadvig, jokerman, spadgett
Target Milestone: ---   
Target Release: 4.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-27 13:02:59 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 Anping Li 2020-05-27 02:43:24 UTC
Description of problem:
The openshift-logging configmap/sharing-config was removed by the cluster-logging-operator in 4.5.  After that the item monitoring-logging disappears from menu.  If we add this configmap back, the menu appears.  I think the menu is using the resource configmap/sharing-config.  According to the comment https://bugzilla.redhat.com/show_bug.cgi?id=1803196#c7. the console should use 'ConsoleLink' CR rather than configmap/sharing-config.

Version-Release number of selected component (if applicable):
4.5.0-0.nightly-2020-05-20-053050 

How reproducible:
Always

Steps to Reproduce:
1. Deploy clusterlogging
2. Login console, and check the menu monitoring->logging

Actual results:
No logging item in menu


Expected results:


Additional info:

oc get ConsoleLink
NAME                        TEXT              URL                                                                          MENU   AGE
kibana-app-public-url       Logging           https://kibana-openshift-logging.apps.anli45gr.qe.devcluster.openshift.com          69m
kibana-infra-public-url     Logging           https://kibana-openshift-logging.apps.anli45gr.qe.devcluster.openshift.com          69m

Comment 1 Samuel Padgett 2020-05-27 13:02:59 UTC
This is working as intended and was an intentional change.

The place for links to external applications is the Application Launcher dropdown in the masthead. This should be true for all external console links to provide a consistent user experience. The left nav is reserved for native pages to console, and the Monitoring section no longer links to any external consoles. The reason we did not use the Application Launcher for these links initially is that it did not exist in console when we first added the Logging item.