Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 45abfe9

Browse files
author
Chris Wiechmann
committed
Update logstash.yml
1 parent aac67d8 commit 45abfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/logstash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Test Logstash pipeline
3131
run: |
3232
echo Using API_BUILDER_URL: $API_BUILDER_URL
33-
./logstash-filter-verifier --diff-command="diff -y" --logstash-output --keep-env=API_BUILDER_URL ./logstash/test ./logstash/pipeline
33+
./logstash-filter-verifier --diff-command="diff -y" --keep-env=API_BUILDER_URL ./logstash/test ./logstash/pipeline
3434
env:
3535
API_BUILDER_URL: 'http://localhost:8080'

0 commit comments

Comments
 (0)