This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments