chore: upgrade OpenSearch + Dashboards to opensearchstaging 3.8.0#341
Open
kylehounslow wants to merge 1 commit into
Open
chore: upgrade OpenSearch + Dashboards to opensearchstaging 3.8.0#341kylehounslow wants to merge 1 commit into
kylehounslow wants to merge 1 commit into
Conversation
Switch OpenSearch and OpenSearch Dashboards from opensearchproject 3.7.0 to opensearchstaging 3.8.0 in both docker-compose and the Helm chart. Enable explore.logsQueryBuilder.enabled and explore.logsDrilldown.enabled in the Dashboards config for compose and chart (enableIconSideNav was already set). - .env: OPENSEARCH_DOCKER_REPO=opensearchstaging, OS/OSD version 3.8.0 - opensearch_dashboards.template.yml: add two explore feature flags - chart values.yaml: bump OS/OSD image repo+tag, add feature flags - Chart.yaml: appVersion 3.8.0, chart version 0.4.1 Validation: compose stack came up healthy on 3.8.0 (OS + OSD report 3.8.0, explore plugin green, feature-flag keys accepted). helm lint clean, helm template renders staging images, 73 chart unit tests pass. Signed-off-by: Kyle Hounslow <kylhouns@amazon.com>
kylehounslow
marked this pull request as ready for review
July 24, 2026 00:00
kylehounslow
requested review from
anirudha,
goyamegh,
joshuali925,
ps48 and
vamsimanohar
as code owners
July 24, 2026 00:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Move OpenSearch and OpenSearch Dashboards from
opensearchproject3.7.0 toopensearchstaging3.8.0 in docker-compose and the Helm chart. Add two Dashboards explore flags.Changes
.env:OPENSEARCH_DOCKER_REPO=opensearchstaging;OPENSEARCH_VERSIONandOPENSEARCH_DASHBOARDS_VERSION→3.8.0docker-compose/opensearch-dashboards/opensearch_dashboards.template.yml: addexplore.logsQueryBuilder.enabledandexplore.logsDrilldown.enabledcharts/observability-stack/values.yaml: OS/OSD image repo and tag → staging 3.8.0; same two explore flags in the Dashboards config blockcharts/observability-stack/Chart.yaml:appVersion→3.8.0, chartversion→0.4.1opensearchDashboards.enableIconSideNav: truewas already set in both, so no change there.Validation
/reports3.8.0, OSD/api/statusgreen,plugin:explore@3.8.0green, no config-key rejectionshelm lintclean,helm templaterenders the staging 3.8.0 images, 73/73helm unittestpassScreenshots from the running compose stack on 3.8.0:
Icon side nav (
enableIconSideNav):Logs query builder (
explore.logsQueryBuilder.enabled) — visual Where / Aggregation / Group by / Sort:Logs drilldown app (
explore.logsDrilldown.enabled) — per-index overview with sparklines and log-level breakdowns:Unified alerting — OpenSearch and Prometheus/Cortex rules in one view:
Active alert firing end to end:
Additional Notes (from Claude)
opensearchstagingpre-release images, not GAopensearchproject. This changes the default compose/chart images to a pre-release build; flag if a GA-default with opt-in staging is preferred.OPENSEARCH_IMAGE(3.4.0) is unchanged.connection refusedon 21890); adocker compose restart data-prepperreconnects it. A cleancompose uporders data-prepper after OpenSearch is healthy, so this only affects in-place upgrades.