Update README.md

This commit is contained in:
daniel.g 2025-09-28 09:50:43 +00:00
parent 91426c3819
commit b91d6f41fb

View File

@ -25,7 +25,7 @@ docker compose up -d
curl -sS http://localhost:8080/health
# 5) Send test events to Splunk HEC
for i in {1..200}; do
for i in {1..5}; do
curl -k https://localhost:8088/services/collector/event \
-H "Authorization: Splunk dev-0123456789abcdef" \
-H "Content-Type: application/json" \