Help on Extend Kibana using new chromeNavControls plugin

I have an index with notifications (@timestamp, user_id, alerte_title, alert_message) and i want to notify user when og in to Kibana like the following picture

I will need your help (or any sample code) that can guide me on how to extend the following default Kibana nav bar

kibana_nav1

Thanks in advance

Hey @ylasri, the following is the code where the security plugin is displaying the user profile in the nav: https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/security/public/views/nav_control/nav_control.js. It might be a good reference for what you're looking to perform.

Thanks @Brandon_Kobel for this perfect example :slight_smile: i was able to reuse it in my app

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