name: splunk-infosec-app-setup description: >- Render and validate InfoSec App for Splunk readiness, including install planning, prerequisite security data-source checklist, dashboard and macro checks, CIM/data-model prerequisites, Cloud IDM support-request notes, Lookup Editor dependency, and validation SPL. Use when the user asks to install, configure, prepare, or validate the InfoSec app.
Splunk InfoSec App Setup
Render-first workflow for the InfoSec App for Splunk. It emits install readiness, prerequisite source checklists, dashboard and macro validation SPL, Cloud IDM support notes, and handoffs to knowledge-object, CIM, and Lookup Editor workflows. It does not install the app or change dashboards.
Workflow
bash skills/splunk-infosec-app-setup/scripts/setup.sh --render \
--platform auto --security-indexes security,endpoint,network
Execute
Preview package install and validation:
bash skills/splunk-infosec-app-setup/scripts/setup.sh --all --dry-run --json
Install and validate:
bash skills/splunk-infosec-app-setup/scripts/setup.sh --all --live
Data-source onboarding, CIM readiness, macros, and lookup governance remain delegated to the owning setup skills.
bash skills/splunk-infosec-app-setup/scripts/validate.sh \
--rendered-dir splunk-infosec-app-rendered --live
See reference.md for prerequisites and Cloud IDM notes.