rsyslog/tests/imhttp-post-payload-query-params-vg.sh
Nelson Yen a8b8d6c1f9
imhttp updates - query parameter ingestion & basic auth support
- Basic Authentication support & tests
  * configured via imhttp option "basicAuthFile". This option should be configured
    to point to your htpasswd file generated via a standard htpasswd tool.
  tests:
  * imhttp-post-payload-basic-auth.sh
  * imhttp-post-payload-basic-auth-vg.sh

- Query parameter ingestion capability & tests
  use t `addmetadata` option to inject query parameters into
  metadata for imhttp input.

Signed-off-by: Nelson Yen <nyen@salesforce.com>
2021-09-10 08:38:20 -07:00

5 lines
173 B
Bash
Executable File

#!/bin/bash
export USE_VALGRIND="YES"
#export RS_TEST_VALGRIND_EXTRA_OPTS="--leak-check=full --show-leak-kinds=all"
source ${srcdir:-.}/imhttp-post-payload-query-params.sh*