Skip to content

Commit 8d78ff1

Browse files
Update date in json (#3382)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent e653157 commit 8d78ff1

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

frontend/public/json/wazuh.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "Wazuh",
3-
"slug": "wazuh",
4-
"categories": [
5-
1
6-
],
7-
"date_created": "2025-03-19",
8-
"type": "ct",
9-
"updateable": false,
10-
"privileged": false,
11-
"interface_port": 443,
12-
"documentation": "https://documentation.wazuh.com/",
13-
"website": "https://wazuh.com/",
14-
"logo": "https://avatars.githubusercontent.com/u/13752566?s=200&v=4",
15-
"description": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/wazuh.sh",
20-
"resources": {
21-
"cpu": 4,
22-
"ram": 4096,
23-
"hdd": 10,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": "root",
31-
"password": null
2+
"name": "Wazuh",
3+
"slug": "wazuh",
4+
"categories": [
5+
1
6+
],
7+
"date_created": "2025-03-24",
8+
"type": "ct",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": 443,
12+
"documentation": "https://documentation.wazuh.com/",
13+
"website": "https://wazuh.com/",
14+
"logo": "https://avatars.githubusercontent.com/u/13752566?s=200&v=4",
15+
"description": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/wazuh.sh",
20+
"resources": {
21+
"cpu": 4,
22+
"ram": 4096,
23+
"hdd": 10,
24+
"os": "debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": "root",
31+
"password": null
32+
},
33+
"notes": [
34+
{
35+
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
36+
"type": "warning"
3237
},
33-
"notes": [
34-
{
35-
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
36-
"type": "warning"
37-
},
38-
{
39-
"text": "Show password: `cat ~/wazuh.creds`",
40-
"type": "info"
41-
}
42-
]
38+
{
39+
"text": "Show password: `cat ~/wazuh.creds`",
40+
"type": "info"
41+
}
42+
]
4343
}

0 commit comments

Comments
 (0)