When multiple outputs, only latest definition is valid
antennix opened this issue ยท 6 comments
antennix commented
Problem
The definition appears to be overwritten
Example:
[OUTPUT]
Name s3
Match LogA
AccessKeyID ******
SecretAccessKey ********
Bucket A
S3Prefix A
Region ap-northeast-1
[OUTPUT]
Name s3
Match LogB
AccessKeyID ******
SecretAccessKey ********
Bucket B
S3Prefix B
Region ap-northeast-1
Result:
LogA โ Bucket B,S3Prefix B
LogB โ Bucket B,S3Prefix B
Does anyone have the same problem?
cosmo0920 commented
Multiple instance is not supported yet.
antennix commented
I see. Thanks!
cosmo0920 commented
Will be supported within a couple of days.
cosmo0920 commented
Perhaps, are you also interested in the patch(#9), @yo-nakamura-mediba?
antennix commented
yeah multiple output function works correctly.
thank you!