How do we remove Help icon from top right corner in kibana 8.5.3

Hi Team,

we are trying to hide the Help Icon from Kibana 8.5.3 on top right corner as below after we logged in.
image

Thanks.

Hi @Abj_Ins,

I'm not aware of a setting in Kibana to hide the help icon specifically. So if you wanted to do that you would need to change the CSS or write a plugin similar to the approach in this thread.

Hope that helps!

Thanks for your response.
We followed below steps till 8.5.2 version... but in 8.5.3, we didn't find "header_help_menu_HeaderHelpMenu" in core.entry.js file.

image

Can anyone please help us on this.

Hi @Abj_Ins,

Having a dig around in ChromeDevTools, it looks like setting the visibility on path #globalHeaderBars > div.euiHeader.euiHeader--dark.euiHeader--fixed.header__firstBar > div:nth-child(3) > div:nth-child(3) if probably what you need:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.