splunk-logging
Version:
Splunk HTTP Event Collector logging interface
18 lines (17 loc) • 462 B
YAML
version: '3.8'
services:
splunk:
image: "splunk/splunk:latest"
container_name: splunk
environment:
- SPLUNK_START_ARGS=--accept-license
- SPLUNK_PASSWORD=changed!
ports:
- 8000:8000
- 8088:8088
- 8089:8089
healthcheck:
test: ['CMD', 'curl', '-f', 'https://localhost:8000']
interval: 5s
timeout: 5s
retries: 20