Update date in json (#9092)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-11-12 17:07:11 +00:00 committed by GitHub
parent e5e44f4ebf
commit 9bb4bf020f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,48 +1,48 @@
{ {
"name": "Splunk Enterprise", "name": "Splunk Enterprise",
"slug": "splunk-enterprise", "slug": "splunk-enterprise",
"categories": [ "categories": [
9 9
], ],
"date_created": "2025-11-06", "date_created": "2025-11-12",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 8000, "interface_port": 8000,
"documentation": "https://help.splunk.com", "documentation": "https://help.splunk.com",
"config_path": "", "config_path": "",
"website": "https://www.splunk.com/en_us/download/splunk-enterprise.html", "website": "https://www.splunk.com/en_us/download/splunk-enterprise.html",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/splunk.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/splunk.webp",
"description": "Platform for searching, monitoring, and analyzing machine-generated data at scale for operational intelligence and security.", "description": "Platform for searching, monitoring, and analyzing machine-generated data at scale for operational intelligence and security.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/splunk-enterprise.sh", "script": "ct/splunk-enterprise.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 8192, "ram": 8192,
"hdd": 40, "hdd": 40,
"os": "Ubuntu", "os": "Ubuntu",
"version": "24.04" "version": "24.04"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
},
"notes": [
{
"text": "The credentials to login can be found in splunk.creds.",
"type": "info"
}, },
"notes": [ {
{ "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.",
"text": "The credentials to login can be found in splunk.creds.", "type": "warning"
"type": "info" },
}, {
{ "text": "About Splunk Free License: https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/10.0/configure-splunk-licenses/about-splunk-free",
"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.", "type": "info"
"type": "warning" }
}, ]
{
"text": "About Splunk Free License: https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/10.0/configure-splunk-licenses/about-splunk-free",
"type": "info"
}
]
} }