ABOUT
Platform for searching, monitoring, and analyzing machine-generated data at scale for operational intelligence and security.
infoThe credentials to login can be found in splunk.creds.
warningTrial 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.
infoAbout Splunk Free License: https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/10.0/configure-splunk-licenses/about-splunk-free
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU8192 MB RAM40 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/splunk-enterprise.sh'; sha='df08eb203842ab5da89dca1b640aa5a357d8a6eb0e28ace7349b878b019adba9'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/splunk-enterprise.shSHA-256 df08eb203842ab5da89dca1b640aa5a357d8a6eb0e28ace7349b878b019adba9 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.