Commit 8d4b84c
Merge 5.0.0 into main (#8726)
* add Responses events tab with linked finding flyout (#8681)
* add Responses events tab with linked finding flyout
* wrap ids query in lucene language envelope for searchSource
* refactor: replace custom flyout with standard DocumentViewTableAndJson in Responses tab
* fix: expose source finding _id in Source Finding tab
* fix: use sentence case for Active Response flyout title
* Prettier fix
* fix: prettier fixes for active responses events tab
* fix labels
* Add spacer
* fix: update changelog description
* fix: update changelog description
* fix: prettier
---------
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
* Moved file from root folder to server in order to fix import on `index.ts` (#8693)
* fix import on index.ts and plugin.ts from file on the root of the project.
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
* changelog
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
* change import :(
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
---------
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
* Document new app Indexer management > Settings app (#8691)
* chore: add docs
* chore: update image
* chore: update image
---------
Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
* Change height inside FIM > Inventory sub-tabs (#8709)
* Change height
* Update CHANGELOG
* Use same value than the other tabs
* Remove column from malware detection findings table (#8703)
* Removed column
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
* changelog
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
---------
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
* Changed the management of daemons status to the new API response schema (#8706)
* change: adapt GET /cluster/{node_id}/status API manager response
- Adapt checkDaemons function in frontend side
- Adapt checkDaemons function in backend side
- Redesing daemons view in Status app:
- Add ready and running status information to each daemon
- Add overiew ready information
- Wrap daemons information into a panel
* chore(changelog): add entry
* feat(status): move damoens panel to bottom
* chore(status): removed unused styles
* feat(status): sort daemons by name
* feat(status): lowercase the daemon status tooltip
* feat(status): lowercase the daemon status tooltip
* feat(status): change porperty accessors
* Fix `Configuration Assesment > Inventory & Findings` columns width (#8699)
* Rework columns
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
* Restore constants and move decimalFormat to helpers + changelog
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
---------
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
* Migrate artifact handling to S3 in build workflows (#8695)
### Description
Migrate artifact handling to S3 in build workflows
### Evidence
[(5.x) Build app package (on
demand)](https://github.com/wazuh/wazuh-dashboard-plugins/actions/runs/28447770857)
### Check List
- [ ] All tests pass
- [ ] `yarn test:jest`
- [ ] New functionality includes testing.
- [ ] New functionality has been documented.
- [ ] Update [CHANGELOG.md](./../CHANGELOG.md)
- [ ] Commits are signed per the DCO using --signoff
* Merge 4.14.7 into 5.0.0 (#8725)
* Sanitize Markdown component (#8713)
* fix: add missing sanitization
* chore: update unit tests
* chore: add changelog entry
* fix: apply prettier
* fix: apply prettier
* Migrate artifact handling to S3 in build workflows (#8686)
* Migrate dashboard plugins package-building and bumper workflow runner… (#8651)
* Migrate dashboard plugins package-building workflow runners to AWS CodeBuild
Move the runs-on values of the package-building workflows off the
self-hosted wz-linux-amd64 runner and onto AWS CodeBuild ephemeral
runners, following issue wazuh/internal-devel-requests#5246 and
mirroring wazuh/wazuh-dashboard#1372.
- 4_builderpackage_plugins.yml (test-packages): wz-linux-amd64 -> Form A (amd)
- 4_builderprecompiled_base-dev-environment.yml (deploy_and_run_command): wz-linux-amd64 -> Form A (amd)
These workflows are AMD-only on 4.14.6 (no architecture input/matrix),
so both use the fixed AMD CodeBuild runner label.
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
* Pull OSD test image from ECR Public to avoid Docker Hub rate limits
* Migrate remaining 4.x workflow runners to CodeBuild and log in to Docker Hub
---------
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
* Migrate GitHub runners to aws runners (#8660)
fix: add missing secrets for Docker Hub authentication in build workflow
* feat: bump 4.14.6
* Change tag reference for 4.14.6 (#8672)
chore(tag-reference): change tag reference for 4.14.6
* feat: migrate artifact handling to S3 in build workflows
* feat: update workflows to streamline S3 artifact handling
* fix: refine artifact upload path to ensure correct file handling
* fix: add recursive flag to aws s3 cp for complete directory copy
* fix: simplify plugin installation command in install-plugins.sh
* feat: update environment workflows to enhance S3 artifact handling
* fix: remove unnecessary blank line in variable setting step
* feat: update workflows to migrate artifact handling from base environment to package-specific workflow
* fix: update workflow_run reference in build job for clarity
* feat: enhance workflow inputs to allow dynamic workflow name for artifact building
* feat: migrate artifact handling to use execution repository format for S3 uploads
* feat: refine plugin installation script to target specific zip files in /tmp
* feat: migrate CI_DEV_INTERNAL_BUCKET and AWS role to use secrets for enhanced security
* feat: add id-token permission for enhanced security in workflows
* feat: update permissions in build workflow to ensure id-token access is correctly set
* feat: add id-token permission to test packages job for enhanced security
---------
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
Signed-off-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Co-authored-by: jcorredor-spec <juli.ricar0413@gmail.com>
Co-authored-by: wazuhci <22834044+wazuhci@users.noreply.github.com>
Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
* Merge 4.14.6 into 4.14.7 (#8722)
* Migrate dashboard plugins package-building and bumper workflow runner… (#8651)
* Migrate dashboard plugins package-building workflow runners to AWS CodeBuild
Move the runs-on values of the package-building workflows off the
self-hosted wz-linux-amd64 runner and onto AWS CodeBuild ephemeral
runners, following issue wazuh/internal-devel-requests#5246 and
mirroring wazuh/wazuh-dashboard#1372.
- 4_builderpackage_plugins.yml (test-packages): wz-linux-amd64 -> Form A (amd)
- 4_builderprecompiled_base-dev-environment.yml (deploy_and_run_command): wz-linux-amd64 -> Form A (amd)
These workflows are AMD-only on 4.14.6 (no architecture input/matrix),
so both use the fixed AMD CodeBuild runner label.
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
* Pull OSD test image from ECR Public to avoid Docker Hub rate limits
* Migrate remaining 4.x workflow runners to CodeBuild and log in to Docker Hub
---------
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
* Migrate GitHub runners to aws runners (#8660)
fix: add missing secrets for Docker Hub authentication in build workflow
* feat: bump 4.14.6
* Change tag reference for 4.14.6 (#8672)
chore(tag-reference): change tag reference for 4.14.6
* feat: bump 4.14.6
---------
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
Co-authored-by: jcorredor-spec <juli.ricar0413@gmail.com>
Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Co-authored-by: wazuhci <22834044+wazuhci@users.noreply.github.com>
---------
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
Signed-off-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Co-authored-by: Rodrigo López <37187963+rodrigofez@users.noreply.github.com>
Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Co-authored-by: jcorredor-spec <juli.ricar0413@gmail.com>
Co-authored-by: wazuhci <22834044+wazuhci@users.noreply.github.com>
---------
Signed-off-by: jcorredor-spec <juli.ricar0413@gmail.com>
Signed-off-by: Adam Navarro Megías <adam.navarro@wazuh.com>
Signed-off-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Co-authored-by: jcorredor-spec <juli.ricar0413@gmail.com>
Co-authored-by: Adam Navarro Megías <145340543+Adman23@users.noreply.github.com>
Co-authored-by: Rodrigo López <37187963+rodrigofez@users.noreply.github.com>
Co-authored-by: Fernando Castilla <164048568+FernandoCastilla@users.noreply.github.com>
Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Co-authored-by: wazuhci <22834044+wazuhci@users.noreply.github.com>1 parent 462ac4d commit 8d4b84c
39 files changed
Lines changed: 532 additions & 559 deletions
File tree
- .github/workflows
- docs
- ref/modules
- images
- plugins/main
- common
- dashboards/dashboard-definitions/overview/fim
- files
- registry-keys
- registry-values
- public
- components
- common
- modules
- util/markdown
- wazuh-discover
- components
- welcome
- components/sca_scan
- utils
- overview
- active-responses/events
- malware-detection/events
- sca
- components
- dashboard/utils
- inventory/utils
- events
- utils
- controllers/management/components/management
- configuration/utils
- status
- styles
- server
- controllers
- scripts/test-packages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
40 | 49 | | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
50 | 60 | | |
| 61 | + | |
51 | 62 | | |
52 | 63 | | |
53 | 64 | | |
54 | 65 | | |
55 | 66 | | |
56 | 67 | | |
| 68 | + | |
| 69 | + | |
57 | 70 | | |
58 | 71 | | |
59 | | - | |
| 72 | + | |
60 | 73 | | |
61 | 74 | | |
62 | 75 | | |
63 | 76 | | |
64 | 77 | | |
65 | 78 | | |
66 | | - | |
| 79 | + | |
67 | 80 | | |
68 | 81 | | |
69 | | - | |
70 | 82 | | |
71 | 83 | | |
72 | 84 | | |
73 | 85 | | |
74 | | - | |
75 | | - | |
| 86 | + | |
| 87 | + | |
76 | 88 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 89 | + | |
| 90 | + | |
80 | 91 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | | - | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
100 | 106 | | |
101 | | - | |
| 107 | + | |
102 | 108 | | |
103 | | - | |
| 109 | + | |
104 | 110 | | |
105 | 111 | | |
Lines changed: 26 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| |||
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
72 | | - | |
| 81 | + | |
73 | 82 | | |
74 | 83 | | |
75 | 84 | | |
| |||
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
81 | | - | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | | - | |
| 93 | + | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| |||
149 | 158 | | |
150 | 159 | | |
151 | 160 | | |
152 | | - | |
| 161 | + | |
153 | 162 | | |
154 | | - | |
| 163 | + | |
155 | 164 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
160 | 176 | | |
161 | | - | |
| 177 | + | |
162 | 178 | | |
163 | 179 | | |
164 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
| 51 | + | |
42 | 52 | | |
43 | 53 | | |
44 | 54 | | |
45 | 55 | | |
| 56 | + | |
46 | 57 | | |
47 | 58 | | |
48 | 59 | | |
49 | 60 | | |
50 | 61 | | |
51 | 62 | | |
| 63 | + | |
| 64 | + | |
52 | 65 | | |
53 | 66 | | |
54 | | - | |
| 67 | + | |
55 | 68 | | |
56 | 69 | | |
57 | 70 | | |
58 | 71 | | |
59 | 72 | | |
60 | 73 | | |
61 | | - | |
| 74 | + | |
62 | 75 | | |
63 | 76 | | |
64 | | - | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
68 | 80 | | |
69 | | - | |
70 | | - | |
| 81 | + | |
| 82 | + | |
71 | 83 | | |
72 | | - | |
73 | | - | |
| 84 | + | |
| 85 | + | |
74 | 86 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
86 | 95 | | |
87 | | - | |
| 96 | + | |
88 | 97 | | |
89 | 98 | | |
90 | 99 | | |
91 | 100 | | |
92 | 101 | | |
93 | | - | |
| 102 | + | |
94 | 103 | | |
95 | | - | |
| 104 | + | |
96 | 105 | | |
97 | 106 | | |
Lines changed: 26 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| |||
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
72 | | - | |
| 81 | + | |
73 | 82 | | |
74 | 83 | | |
75 | 84 | | |
| |||
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
81 | | - | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | | - | |
| 93 | + | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| |||
127 | 136 | | |
128 | 137 | | |
129 | 138 | | |
130 | | - | |
| 139 | + | |
131 | 140 | | |
132 | | - | |
| 141 | + | |
133 | 142 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
138 | 154 | | |
139 | | - | |
| 155 | + | |
140 | 156 | | |
141 | 157 | | |
142 | 158 | | |
| |||
0 commit comments