Make all Match tags configurable
Make the match
parameter configurable in all additionalOutputs
, as seen in MR #77. Format should be:
additionalOutputs:
s3:
match:
- "kube.*"
- "host.*"
This should produce a list of Outputs for a particular Output type (ie. S3, Loki, etc.)
Edited by Gedd Johnson