Skip to content

Commit

Permalink
address pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed May 17, 2024
1 parent 71f4cee commit 4b59c56
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions packages/http_endpoint/_dev/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ services:
- STREAM_PROTOCOL=webhook
- STREAM_ADDR=http://elastic-agent:9515/json
- STREAM_WEBHOOK_HEADER=Content-Type=application/json
- STREAM_USERNAME=abc123
- STREAM_PASSWORD=abc123
command: log --start-signal=SIGHUP --webhook-username=abc123 --webhook-password=abc123 --delay=10s /sample_logs/test-webhook.log
- STREAM_WEBHOOK_USERNAME=abc123
- STREAM_WEBHOOK_PASSWORD=abc123
- STREAM_START_SIGNAL=SIGHUP
- STREAM_DELAY=10s
command: log /sample_logs/test-webhook.log
test-webhook-http-ack:
image: docker.elastic.co/observability/stream:v0.16.0
volumes:
Expand All @@ -19,6 +21,9 @@ services:
- STREAM_PROTOCOL=webhook
- STREAM_ADDR=http://elastic-agent:9516/json?wait_for_completion_timeout=1m
- STREAM_WEBHOOK_HEADER=Content-Type=application/json
- STREAM_USERNAME=abc123
- STREAM_PASSWORD=abc123
command: log --start-signal=SIGHUP --webhook-username=abc123 --webhook-password=abc123 --webhook-timeout=2m --delay=10s /sample_logs/test-webhook.log
- STREAM_WEBHOOK_USERNAME=abc123
- STREAM_WEBHOOK_PASSWORD=abc123
- STREAM_START_SIGNAL=SIGHUP
- STREAM_DELAY=10s
- STREAM_WEBHOOK_TIMEOUT=2m
command: log /sample_logs/test-webhook.log

0 comments on commit 4b59c56

Please sign in to comment.