Set up complete local Splunk instance with: - Splunk Enterprise container with web UI and HEC - Optional Universal Forwarder for log forwarding - Persistent volumes for data and configuration - Development documentation and configuration files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
No EOL
162 B
Bash
6 lines
No EOL
162 B
Bash
# Splunk Configuration
|
|
SPLUNK_PASSWORD=admin123
|
|
SPLUNK_HEC_TOKEN=00000000-0000-0000-0000-000000000000
|
|
|
|
# Container Configuration
|
|
COMPOSE_PROJECT_NAME=splunk_local |