From 9bb4bf020f5641922a04ebf26bc8f5bdd8400fd0 Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:07:11 +0000 Subject: [PATCH] Update date in json (#9092) Co-authored-by: GitHub Actions --- frontend/public/json/splunk-enterprise.json | 90 ++++++++++----------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/frontend/public/json/splunk-enterprise.json b/frontend/public/json/splunk-enterprise.json index 41144532a9..82495d9fe2 100644 --- a/frontend/public/json/splunk-enterprise.json +++ b/frontend/public/json/splunk-enterprise.json @@ -1,48 +1,48 @@ { - "name": "Splunk Enterprise", - "slug": "splunk-enterprise", - "categories": [ - 9 - ], - "date_created": "2025-11-06", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": 8000, - "documentation": "https://help.splunk.com", - "config_path": "", - "website": "https://www.splunk.com/en_us/download/splunk-enterprise.html", - "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.", - "install_methods": [ - { - "type": "default", - "script": "ct/splunk-enterprise.sh", - "resources": { - "cpu": 4, - "ram": 8192, - "hdd": 40, - "os": "Ubuntu", - "version": "24.04" - } - } - ], - "default_credentials": { - "username": null, - "password": null + "name": "Splunk Enterprise", + "slug": "splunk-enterprise", + "categories": [ + 9 + ], + "date_created": "2025-11-12", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 8000, + "documentation": "https://help.splunk.com", + "config_path": "", + "website": "https://www.splunk.com/en_us/download/splunk-enterprise.html", + "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.", + "install_methods": [ + { + "type": "default", + "script": "ct/splunk-enterprise.sh", + "resources": { + "cpu": 4, + "ram": 8192, + "hdd": 40, + "os": "Ubuntu", + "version": "24.04" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "The credentials to login can be found in splunk.creds.", + "type": "info" }, - "notes": [ - { - "text": "The credentials to login can be found in splunk.creds.", - "type": "info" - }, - { - "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": "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" - } - ] + { + "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": "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" + } + ] }