Pass parameter to kibana graph workspace URL from an external website

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?

Sorry, there is not way to currently accomplish this with Graph.

1 Like

Thank you. does that mean xpack graph API can't be used external to kibana?

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