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