Kibana url

Hi,
I have embede dashboard iframe, I want to filter the dashboard by button that position in the application , outside from the iframe.
I built plugin that listener to outside post message,
When its gets message its add search request to kibana queue and the request send to elasticsearch and response return, everything work great except the fact that the dashboard don't refresh and visualizatuon don't change .
Someone can help?
Thanks

So I guess your plugin modifies the filter state via https://github.com/elastic/kibana/blob/6f1cd39f65fe6aa217413ea4c35d55675ac017fe/src/ui/public/filter_bar/query_filter.js? Is your new filter displayed in the filter bar correctly?

Hi,thanks for your answer.
My new filter doesn't displayed in the filter bar correctly

I found the solution , I used the AppState.save() function

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