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

Commit faaa878

Browse files
author
Chris Wiechmann
committed
Update logstash.yml
1 parent ef76ca0 commit faaa878

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/logstash.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
env:
1515
MOCK_LOOKUP_API: true
1616
ENABLE_HTTP_PORT: true
17+
API_BUILDER_SSL_CERT: ""
1718
memcached:
1819
image: memcached:1.6.6-alpine
1920
ports:
@@ -36,10 +37,10 @@ jobs:
3637
run: |
3738
echo Using API_BUILDER_URL: $API_BUILDER_URL
3839
echo Using MEMCACHED: $MEMCACHED
39-
./logstash-filter-verifier --diff-command="diff -y" --sockets --sockets-timeout=120s --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/http/test-tracemessages.json ./logstash/pipelines/TraceMessagesPipeline.conf
40-
./logstash-filter-verifier --diff-command="diff -y" --sockets --sockets-timeout=120s --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/http/test-events.json ./logstash/pipelines/EventsPipeline.conf
41-
./logstash-filter-verifier --diff-command="diff -y" --sockets --sockets-timeout=120s --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/http/test-opentrafficlog.json ./logstash/pipelines/OpenTrafficPipeline.conf
42-
./logstash-filter-verifier --diff-command="diff -y" --sockets --sockets-timeout=120s --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/filetransfer/test-opentrafficlog-filetransfer.json ./logstash/pipelines/OpenTrafficPipeline.conf
40+
./logstash-filter-verifier --diff-command="diff -y" --sockets --sockets-timeout=120s --keep-env=API_BUILDER_SSL_CERT --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/http/test-tracemessages.json ./logstash/pipelines/TraceMessagesPipeline.conf
41+
./logstash-filter-verifier --diff-command="diff -y" --sockets --sockets-timeout=120s --keep-env=API_BUILDER_SSL_CERT --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/http/test-events.json ./logstash/pipelines/EventsPipeline.conf
42+
./logstash-filter-verifier --diff-command="diff -y" --sockets --sockets-timeout=120s --keep-env=API_BUILDER_SSL_CERT --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/http/test-opentrafficlog.json ./logstash/pipelines/OpenTrafficPipeline.conf
43+
./logstash-filter-verifier --diff-command="diff -y" --sockets --sockets-timeout=120s --keep-env=API_BUILDER_SSL_CERT --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/filetransfer/test-opentrafficlog-filetransfer.json ./logstash/pipelines/OpenTrafficPipeline.conf
4344
env:
4445
API_BUILDER_URL: 'http://localhost:8080'
4546
MEMCACHED: 'localhost:11211'

0 commit comments

Comments
 (0)