diff --git a/changelogs/fragments/8693.yml b/changelogs/fragments/8693.yml new file mode 100644 index 00000000000..1e62413015f --- /dev/null +++ b/changelogs/fragments/8693.yml @@ -0,0 +1,2 @@ +fix: +- Update OTEL sample data description with compatible OS version ([#8693](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8693)) \ No newline at end of file diff --git a/src/plugins/home/server/services/sample_data/data_sets/otel/index.ts b/src/plugins/home/server/services/sample_data/data_sets/otel/index.ts index 6e83c85c5d4..af6d5cec153 100644 --- a/src/plugins/home/server/services/sample_data/data_sets/otel/index.ts +++ b/src/plugins/home/server/services/sample_data/data_sets/otel/index.ts @@ -21,7 +21,7 @@ const otelDataName = i18n.translate('home.sampleData.otelSpecTitle', { }); const otelDataDescription = i18n.translate('home.sampleData.otelSpecDescription', { defaultMessage: - 'Correlated observability signals for an e-commerce application in OpenTelemetry standard.', + 'Correlated observability signals for an e-commerce application in OpenTelemetry standard (Compatible with 2.13+ OpenSearch domains)', }); const initialAppLinks: AppLinkSchema[] = [ {