stroom
stroom copied to clipboard
Searchables show as Warn in Data Source dashboard dialog
Dash appears to work correctly
Fixed in 7.10.12
Still seeing this in 7.10.12, for existing dashboards. New dashboards are fine
This is due to a change in the DocRefs for the Searchables
From:
"dataSourceRef" : {
"type" : "Searchable",
"uuid" : "Task Manager",
"name" : "Task Manager"
to:
DocRef{type='TaskManager', uuid='TaskManager', name='Task Manager'}
So legacy dashboards have a datasource docRef with type Searchable which won't be found.
Potentially the dashboard could migrate the docRef to the new format (and persist the change) on open