KQL SearchBar not visible

Hello,
I am developing a customized kibana plugin, I want to visualize this KQL Searchbar with the filters and without the time range


I tried this

<TopNavMenu appName={PLUGIN_ID}
        showSearchBar={true}
        useDefaultBehaviors={true}
        showFilterBar={true}
      />

but it is not working , can you help me how can I visualize it
Thank you in advance :slight_smile:

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