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
Since OpenSource Dashboards has been forked and changed it's version to 1.0 the current migration logic checks the version and halt the startup.
To Reproduce
Steps to reproduce the behavior:
Start Dashboards with FGAC domain
Create multiple tenants
Add another node / container to existing Dashboards fleet (Blue / Green) .
Now the new container will complain that index needs to be migrated.
Expected behavior
It should not throw this error
OpenSearch Version
1.0
Dashboards Version
1.0
Plugins
All plugins (FGAC included)
Additional context
Here is sample log error
{"type":"log","@timestamp":"2022-03-01T20:23:12Z","tags":["error","plugins","securityDashboards"],"pid":9630,"message":"Error: Index .kibana_-1085563064_some_random_name_1 belongs to a version of OpenSearch Dashboards that cannot be automatically migrated. Reset it or use the X-Pack upgrade assistant.\n at assertIsSupportedIndex at Object.fetchInfo (rc/core/server/saved_objects/migrations/core/opensearch_index.js:82:10)\n at process._tickCallback (internal/process/next_tick.js:68:7)"}
The text was updated successfully, but these errors were encountered:
When an index migration failed it would show a message
that is no longer valid. Removing the reference.
Related issue:
opensearch-project#1303
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Describe the bug
Since OpenSource Dashboards has been forked and changed it's version to 1.0 the current migration logic checks the version and halt the startup.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not throw this error
OpenSearch Version
1.0
Dashboards Version
1.0
Plugins
All plugins (FGAC included)
Additional context
Here is sample log error
The text was updated successfully, but these errors were encountered: