Inserting button in button-group next to search-bar

Hi there,

i'm using Kibana 4.4.1 and i'm trying to insert a button to the button-group next to the searchbar with a Kibana Plug-In.

I've already developed some Plug-Ins for the navigation-bar using

uiExports: {
        chromeNavControls: ....

in the index.js.

and

<ul class="nav navbar-nav navbar-right navbar-timepicker">
        ...

in the HTML-file defining my Plug-In.

Is there something like this class to put my Plug-In next to the search-bar?

There isn't an extension point for the searchbar currently - Kibana's applications all implement it separately. https://github.com/elastic/kibana/blob/4.4/src/plugins/kibana/public/discover/index.html#L7 is an example of the search bar on the discover page.

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