I am exposing kibana graph into an external website like below:
I am putting graph url inside an iframe like this:
<iframe > src="http://45678thyuwjjj9cae0thyquokndc.epe.abce.ppp.com:3283/app/graph#/workspace/abcdefgh?embed=true&username=QDN00PRES&password=Password$_g=()" height="800" width="1000"> </iframe>
I want to pass a parameter into the graph URL above and refresh iframe to get updated graph.
Passing parameters into normal kibana dashboards is working fine but graph workspace is not supporting it.
is there a way to accomplish this?