From 4357c00cd092b9716c277470d2f07cec6ddaedfc Mon Sep 17 00:00:00 2001 From: "chantal.kelm" Date: Fri, 13 Sep 2024 15:12:40 -0300 Subject: [PATCH 1/6] modify link to sample data in the section dashboards and references to opensearch dashboards --- .../public/application/utils/get_no_items_message.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx b/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx index 175cafdc7a5c..83fc444ca517 100644 --- a/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx +++ b/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx @@ -45,20 +45,18 @@ export const getNoItemsMessage = (

- application.navigateToApp('home', { - path: '#/tutorial_directory/sampleData', - }) + application.navigateToApp('sample-data') } > Date: Fri, 13 Sep 2024 15:51:32 -0300 Subject: [PATCH 2/6] fix check pr --- .../public/application/utils/get_no_items_message.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx b/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx index 83fc444ca517..4a0e22f0cdf5 100644 --- a/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx +++ b/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx @@ -54,11 +54,7 @@ export const getNoItemsMessage = ( defaultMessage="New to Wazuh Dashboards? {sampleDataInstallLink} to take a test drive." values={{ sampleDataInstallLink: ( - - application.navigateToApp('sample-data') - } - > + application.navigateToApp('sample-data')}> Date: Fri, 13 Sep 2024 15:58:11 -0300 Subject: [PATCH 3/6] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b927aee53765..d5e2316ac269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Changed default logos and main menu app categories [141](https://github.com/wazuh/wazuh-dashboard/pull/141) - Changed default value of useExpandedHeader to false [#247](https://github.com/wazuh/wazuh-dashboard/pull/247) - Changed build number to match the Wazuh standard [#284](https://github.com/wazuh/wazuh-dashboard/pull/284) +- Changed link to sample data in the section dashboards and references to opensearch dashboards [#311](https://github.com/wazuh/wazuh-dashboard/pull/311) ### Removed From 73fa093b1d043ecf48838dce2272123aa80123bf Mon Sep 17 00:00:00 2001 From: "chantal.kelm" Date: Mon, 16 Sep 2024 11:33:55 -0300 Subject: [PATCH 4/6] add app name constant --- .../public/application/utils/get_no_items_message.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx b/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx index 4a0e22f0cdf5..80c342025ed2 100644 --- a/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx +++ b/src/plugins/dashboard/public/application/utils/get_no_items_message.tsx @@ -8,6 +8,7 @@ import { FormattedMessage } from '@osd/i18n/react'; import { EuiButton, EuiEmptyPrompt, EuiLink } from '@elastic/eui'; import { ApplicationStart } from 'opensearch-dashboards/public'; +const appName = 'Wazuh dashboard'; export const getNoItemsMessage = ( hideWriteControls: boolean, createItem: () => void, @@ -45,14 +46,18 @@ export const getNoItemsMessage = (

application.navigateToApp('sample-data')}> Date: Tue, 17 Sep 2024 10:18:10 +0200 Subject: [PATCH 5/6] Update Changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e2316ac269..22966dbd280c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to the Wazuh app project will be documented in this file. +## Wazuh dashboard v4.9.1 - OpenSearch Dashboards 2.13.0 - Revision 00 + +### Added + +- Support for Wazuh 4.9.1 + +### Changed + +- Changed link to sample data in the section dashboards and references to Opensearch Dashboards [#311](https://github.com/wazuh/wazuh-dashboard/pull/311) + ## Wazuh dashboard v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 07 ### Added @@ -14,7 +24,6 @@ All notable changes to the Wazuh app project will be documented in this file. - Changed default logos and main menu app categories [141](https://github.com/wazuh/wazuh-dashboard/pull/141) - Changed default value of useExpandedHeader to false [#247](https://github.com/wazuh/wazuh-dashboard/pull/247) - Changed build number to match the Wazuh standard [#284](https://github.com/wazuh/wazuh-dashboard/pull/284) -- Changed link to sample data in the section dashboards and references to opensearch dashboards [#311](https://github.com/wazuh/wazuh-dashboard/pull/311) ### Removed From 3721c61c8986a9fbcb1a6e05460c4988ced6928d Mon Sep 17 00:00:00 2001 From: JuanGarriuz Date: Tue, 17 Sep 2024 10:19:48 +0200 Subject: [PATCH 6/6] Fix Changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22966dbd280c..5eefd63c1afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to the Wazuh app project will be documented in this file. ### Changed -- Changed link to sample data in the section dashboards and references to Opensearch Dashboards [#311](https://github.com/wazuh/wazuh-dashboard/pull/311) +- Changed link to sample data in the dashboards section and references to Opensearch Dashboards [#311](https://github.com/wazuh/wazuh-dashboard/pull/311) ## Wazuh dashboard v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 07