-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine UI and Remove wazuh prefix (#6155)
* refine ui and remove wazuh prefix * test fix * test fixed * Fixed a test bug * Tests generalInfo and general-tab fixed * Wazuh Dashboard prefix remove * Test fixed * Replace Wazuh in cache-api-user-has-run-as * Fix unit test * Change to lowercase "Server" * Fix some wazuh prefix * PluginAppName comment has fixed * snaps and constants updated * test updated * test updated * Wazuh not ready yet changed * endpoints.json wazuh prefix remove * Add commnents to generate-api-data * Added changelog * fix: replace some references to Wazuh * feat: update API data * fix: label of documenation links * changelog: edit entry --------- Co-authored-by: Federico Rodriguez <[email protected]> Co-authored-by: Antonio David Gutiérrez <[email protected]>
- Loading branch information
1 parent
a819844
commit fc92c44
Showing
83 changed files
with
1,341 additions
and
1,054 deletions.
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -279,7 +279,7 @@ export const REPORTS_PAGE_FOOTER_TEXT = 'Copyright © 2024 Wazuh, Inc.'; | |
export const REPORTS_PAGE_HEADER_TEXT = '[email protected]\nhttps://wazuh.com'; | ||
|
||
// Plugin platform | ||
export const PLUGIN_PLATFORM_NAME = 'Wazuh dashboard'; | ||
export const PLUGIN_PLATFORM_NAME = 'dashboard'; | ||
export const PLUGIN_PLATFORM_BASE_INSTALLATION_PATH = | ||
'/usr/share/wazuh-dashboard/data/wazuh/'; | ||
export const PLUGIN_PLATFORM_INSTALLATION_USER = 'wazuh-dashboard'; | ||
|
@@ -299,7 +299,7 @@ export const PLUGIN_PLATFORM_REQUEST_HEADERS = { | |
}; | ||
|
||
// Plugin app | ||
export const PLUGIN_APP_NAME = 'Wazuh dashboard'; | ||
export const PLUGIN_APP_NAME = 'dashboard'; | ||
|
||
// UI | ||
export const API_NAME_AGENT_STATUS = { | ||
|
@@ -394,7 +394,7 @@ export const DOCUMENTATION_WEB_BASE_URL = 'https://documentation.wazuh.com'; | |
export const ELASTIC_NAME = 'elastic'; | ||
|
||
// Default Wazuh indexer name | ||
export const WAZUH_INDEXER_NAME = 'Wazuh indexer'; | ||
export const WAZUH_INDEXER_NAME = 'indexer'; | ||
|
||
// Not timeFieldName on index pattern | ||
export const NOT_TIME_FIELD_NAME_INDEX_PATTERN = | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.