diff --git a/CHANGELOG.md b/CHANGELOG.md index f21fc4839312..ee91dc0d8bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,25 @@ All notable changes to the Wazuh app project will be documented in this file. - Removed the setting home:useNewHomePage from the advanced settings because the views are not finished. [#282](https://github.com/wazuh/wazuh-dashboard/pull/282) +## 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 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 +### Added + +- Support for Wazuh 4.9.0 + ### Changed -- Changed default value of useExpandedHeader to false. [#247](https://github.com/wazuh/wazuh-dashboard/pull/247) +- Changed default theme [#174](https://github.com/wazuh/wazuh-dashboard/pull/174) +- 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) 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 460fbe9b877d..f51fbea13dec 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 { EuiSmallButton, EuiEmptyPrompt, EuiLink, EuiText } from '@elastic/eui'; import { ApplicationStart } from 'opensearch-dashboards/public'; +const appName = 'Wazuh dashboard'; export const getNoItemsMessage = ( hideWriteControls: boolean, createItem: () => void, @@ -49,22 +50,20 @@ export const getNoItemsMessage = (

- application.navigateToApp('home', { - path: '#/tutorial_directory/sampleData', - }) - } - > + application.navigateToApp('sample-data')}>