Kibana visualisation

s there a complete REST based flow to create a visualization and retrieve its shareable URL so it can be embedded at required place .

Unfortunately no, not that I am aware. Feel free to file an enhancement request in the git repo though!

To expand further... we do have a saved object API to create a visualization, but we don't have an API to easily create a shareable link for it.

Actually an API for url generation is something we want though. I'll look for the issue and get back to you.

Well I couldn't find the original issue I was thinking of, but there is this: https://github.com/elastic/kibana/issues/12840

Although ideally we'd provide something that's more flexible, like generating a url with given filters, query, etc. I created https://github.com/elastic/kibana/issues/17798

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