- Newest
- Most votes
- Most comments
Based on your description, you're experiencing issues with OpenSearch Dashboards after multiple version upgrades, with the dashboard showing a red status and being inaccessible even after upgrading to OpenSearch 2.19.
Here are some steps to fix the dashboard issue:
-
Clear browser cache and cookies: Sometimes dashboard loading issues after an upgrade can be related to browser caching. Try clearing your browser cache and cookies completely before attempting to access the dashboard again.
-
Restart the OpenSearch Dashboards process again: Even though you've already tried this, it's worth attempting once more after the final upgrade to 2.19:
- Go to the OpenSearch Service console
- Navigate to your domain and open the "Instance health" tab
- Select the node running the Dashboards process (typically a coordinator node)
- Choose "Actions" and select "Restart Dashboard/Kibana process"
- Confirm the action and check the Events tab to monitor the restart status
- Check for configuration issues: The error "All Kibana nodes are OOS in Elasticsearch" suggests there might be compatibility issues between your dashboard configuration and the OpenSearch version. This could be related to custom plugins or settings that didn't migrate properly during the multiple upgrades.
Regarding continuing without fixing:
You can safely continue using other OpenSearch functions that are working correctly in the short term, as the dashboard issue doesn't necessarily affect the core functionality of your OpenSearch cluster for data indexing and searching operations. However, without access to the dashboard, you'll be limited in your ability to visualize data, create and manage visualizations, and use the dashboard's administrative features. This could become problematic for monitoring and managing your cluster over time.
If these steps don't resolve the issue, you may need to contact AWS Support for more in-depth assistance, as they can access more detailed information about your OpenSearch Service setup and help diagnose any underlying problems that might not be immediately apparent.
Sources
OpenSearch not loading dashboards after version upgrade | AWS re:Post
Restarting the OpenSearch Dashboards process on a node in Amazon OpenSearch Service - Amazon OpenSearch Service
Relevant content
- asked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
