Skip to content

Commit 9bb4bf0

Browse files
Update date in json (#9092)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent e5e44f4 commit 9bb4bf0

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed
Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
2-
"name": "Splunk Enterprise",
3-
"slug": "splunk-enterprise",
4-
"categories": [
5-
9
6-
],
7-
"date_created": "2025-11-06",
8-
"type": "ct",
9-
"updateable": false,
10-
"privileged": false,
11-
"interface_port": 8000,
12-
"documentation": "https://help.splunk.com",
13-
"config_path": "",
14-
"website": "https://www.splunk.com/en_us/download/splunk-enterprise.html",
15-
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/splunk.webp",
16-
"description": "Platform for searching, monitoring, and analyzing machine-generated data at scale for operational intelligence and security.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/splunk-enterprise.sh",
21-
"resources": {
22-
"cpu": 4,
23-
"ram": 8192,
24-
"hdd": 40,
25-
"os": "Ubuntu",
26-
"version": "24.04"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
2+
"name": "Splunk Enterprise",
3+
"slug": "splunk-enterprise",
4+
"categories": [
5+
9
6+
],
7+
"date_created": "2025-11-12",
8+
"type": "ct",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": 8000,
12+
"documentation": "https://help.splunk.com",
13+
"config_path": "",
14+
"website": "https://www.splunk.com/en_us/download/splunk-enterprise.html",
15+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/splunk.webp",
16+
"description": "Platform for searching, monitoring, and analyzing machine-generated data at scale for operational intelligence and security.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/splunk-enterprise.sh",
21+
"resources": {
22+
"cpu": 4,
23+
"ram": 8192,
24+
"hdd": 40,
25+
"os": "Ubuntu",
26+
"version": "24.04"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "The credentials to login can be found in splunk.creds.",
37+
"type": "info"
3338
},
34-
"notes": [
35-
{
36-
"text": "The credentials to login can be found in splunk.creds.",
37-
"type": "info"
38-
},
39-
{
40-
"text": "Trial license allows indexing 500 MB/Day. After 60 days you can convert to a perpetual free license or purchase a Splunk Enterprise license to continue using the expanded functionality designed for enterprise-scale deployments.",
41-
"type": "warning"
42-
},
43-
{
44-
"text": "About Splunk Free License: https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/10.0/configure-splunk-licenses/about-splunk-free",
45-
"type": "info"
46-
}
47-
]
39+
{
40+
"text": "Trial license allows indexing 500 MB/Day. After 60 days you can convert to a perpetual free license or purchase a Splunk Enterprise license to continue using the expanded functionality designed for enterprise-scale deployments.",
41+
"type": "warning"
42+
},
43+
{
44+
"text": "About Splunk Free License: https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/10.0/configure-splunk-licenses/about-splunk-free",
45+
"type": "info"
46+
}
47+
]
4848
}

0 commit comments

Comments
 (0)