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

Commit 882cd77

Browse files
author
Chris Wiechmann
committed
Update logstash.yml
1 parent 0647c43 commit 882cd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/logstash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo Using API_BUILDER_URL: $API_BUILDER_URL
4545
echo Using MEMCACHED: $MEMCACHED
4646
echo Using GEOIP_ENABLED: $GEOIP_ENABLED, GEOIP_CUSTOM_ATTRIBUTE: ${GEOIP_CUSTOM_ATTRIBUTE}, GEOIP_CACHE_SIZE: ${GEOIP_CACHE_SIZE}
47-
./logstash-filter-verifier --diff-command="diff -y" --logstash-output --keep-env=API_BUILDER_SSL_CERT --keep-env=API_BUILDER_URL --keep-env=MEMCACHED --keep-env=CACHE_API_PER_NAME ./logstash/test/http/test-opentrafficlog.json ./logstash/pipelines/OpenTrafficPipeline.conf
47+
./logstash-filter-verifier --diff-command="diff -y" --logstash-output --keep-env=API_BUILDER_SSL_CERT --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test/http/test-opentrafficlog.json ./logstash/pipelines/OpenTrafficPipeline.conf
4848
4949
# run: |
5050
# echo Using API_BUILDER_URL: $API_BUILDER_URL
@@ -70,7 +70,7 @@ jobs:
7070
# This is not relevant as we test with HTTP
7171
# But it's required by Logstash to be a valid certificate
7272
API_BUILDER_SSL_CERT: "./config/certificates/apibuilder4elastic.crt"
73-
CACHE_API_PER_NAME: "/petstore/v2, /api/v1/banana, /api/v2/banana"
73+
# CACHE_API_PER_NAME: "/petstore/v2, /api/v1/banana, /api/v2/banana"
7474
- name: API-Builder Logs
7575
if: ${{ always() }}
7676
run: |

0 commit comments

Comments
 (0)