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

Commit 129ef4a

Browse files
author
Chris Wiechmann
committed
Update logstash.yml
1 parent 7c70e35 commit 129ef4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/logstash.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Test Logstash pipeline
3535
run: |
3636
echo Using API_BUILDER_URL: $API_BUILDER_URL
37+
echo Using MEMCACHED: $MEMCACHED
3738
./logstash-filter-verifier --diff-command="diff -y" --keep-env=API_BUILDER_URL ./logstash/test ./logstash/pipeline
3839
env:
3940
API_BUILDER_URL: 'http://localhost:8080'
40-
MEMCACHED: 'http://localhost:11211'
41+
MEMCACHED: 'localhost:11211'

0 commit comments

Comments
 (0)