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?