Are "prettier" Canvas URLs available?

When I create a Canvas workpad to share with others, I currently get a link like this:

https://myserver/kibana/app/canvas#/workpad/workpad-e505656c-74c9-4180-9b8a-c6693bc9e069/page/1

The ID in there is large and clunky and becomes invalid if I have to export/import my workpad (I sometimes do that to manually fix issues with alignment).

For good old dashboards we had the option to use the title in the url like this:

https://myserver/kibana/app/kibana#/dashboards?title=Availability

This was very useful, and could also be combined with parameters like the embed=true for true fullscreen viewing:

https://myserver/kibana/app/kibana#/dashboards?title=Availability&embed=true

I would also be happy to manually override the ID as stored in the json export - however that workaround doesn't work, as Kibana generates a new id on import.

Does anyone have ideas on overriding the id (possibly without modifying the doc in the .kibana index) or available short-urls?

Hey @BennyInc,

Unfortunately there isn't an easy way to do this today in Canvas. I agree that this would be a super useful feature, please log this as an enhancement request on the kibana github repo. https://github.com/elastic/kibana/issues

Thanks, I opened it: https://github.com/elastic/kibana/issues/42662

And while browsing I just noticed that filterGroups are now available -- love the rapid development with which Canvas is getting improved :slight_smile:

1 Like

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