Interact with Kibana in IFrame and Host application

Currently we have been able to host a KIBANA dashboard in an IFRAME. What we're trying to do is interact with that dashboard. When setting the filter and timestamp values, that dashboard should change its contents accordingly. In the other direction, we monitor the cookies and see what actions have been taken on the dashboard so that we can use them in our application.

Unfortunately, the behavior is not consistent. Sometimes information is updated in the filter and sometimes in the cookies. Does anyone know what the correct procedure is to follow?

You can inspect the parameters generated when sharing a dashboard to pass some state downstream. However, remember that this is not officially supported and may change anytime as with any other implementation detail.

Check this and this similiar discussions. This is a recurrent topic so you may find other threads as well.

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