I wanna open the discover for a special index(only know name) by a url
but kibana now use indexPattern.id instead of indexPattern.title as appstate in url, so we cannot do that now? id is not human friendly you know. I know we can custom the indexPattern id, but why not make the indexPattern.title as its default id? its more compat
As you stated, you can set a custom ID if you need it to reflect the name of the index pattern.
You can also use the Saved Objects API to retrieve a list of all index patterns dynamically and build the discover URL with that.
but why not make the indexPattern.title as its default id? its more compat