Skip to content

Commit

Permalink
[Sample Data] Update demo dashboard title (#7233)
Browse files Browse the repository at this point in the history
* [Sample Data] Update demo dashboard title

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>

* Changeset file for PR #7233 created/updated

---------

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 3880036)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent c1eeef0 commit c8c0e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/7233.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- [Sample Data] Updates sample dashboard title in sample web logs data ([#7233](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7233))
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ export const getSavedObjects = (): SavedObject[] => [
},
{
attributes: {
description: '',
description: 'View and compare different chart and visualization types',
hits: 0,
kibanaSavedObjectMeta: {
searchSourceJSON: '{"query":{"language":"kuery","query":""},"filter":[]}',
Expand All @@ -1447,7 +1447,7 @@ export const getSavedObjects = (): SavedObject[] => [
timeFrom: 'now-7d',
timeRestore: true,
timeTo: 'now',
title: 'Visual Consistency Dashboard',
title: '[Logs] Chart and Visualization demo',
version: 1,
},
id: 'c39012d0-eb7a-11ed-8e00-17d7d50cd7b2',
Expand Down

0 comments on commit c8c0e1e

Please sign in to comment.