You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of these errors are referring to trying to save a dashboard (using the save icon in the top right hand corner).
The '%' character can not be included anywhere (trying to save the dashboard results in an error).
The '#' character appears to be able to saved if it is not the first character in a dashboard title, but searching for and attempting to load the dashboard results in errors.
I'd assume that in order to fix this error the input into that text field needs to be escaped.
The text was updated successfully, but these errors were encountered:
Saving dashboards with a '#' in the title seems to work (and you can access the dashboard via its URL), but the searching and attempted loading of those dashboard fails.
For example, a dashboard saved as 'foobar #2' will be able to be accessed at "/index.html#/dashboard/elasticsearch/foobar #2", but attempting to load it from the 'load' button in the top right corner will try and load a dashboard simply called 'foobar'.
Both of these errors are referring to trying to save a dashboard (using the save icon in the top right hand corner).
The '%' character can not be included anywhere (trying to save the dashboard results in an error).
The '#' character appears to be able to saved if it is not the first character in a dashboard title, but searching for and attempting to load the dashboard results in errors.
I'd assume that in order to fix this error the input into that text field needs to be escaped.
The text was updated successfully, but these errors were encountered: