I have created a website which displays an iframe of the kibana dashboard and I have a filter option in my website and it shows a side bar with an iframe of another dashboard in kibana with only filters visualization.
What I'm trying to achieve is enter all the filters in the filters iframe and then I have an external button which will get the iframe url and then I want to just take out the filter part of the url and apply to my moam dashboard iframe url.
But I'm getting an cross domain error while trying to read the filters iframe url
Can someone help me in fixing this