s3_key_format_tag_delimiters does not work #5548
Unanswered
NLP-BigDataLab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I meet this problem that it seems s3_key_format_tag_delimiters does not work.
Here is my output:
[OUTPUT]
.....
bucket test
s3_key_format /$TAG[1]/tag=$TAG[2]/$UUID.gz
s3_key_format_tag_delimiters &
And the tag is "tag0&tag1&tag2"
But I find that in some case, the s3 key will be "/tag0&tag1&tag2[1]/tag=tag0&tag1&tag2[2]/xxx.gz", not "/tag1/tag=tag2/xxx.gz"
Does anyone else meet this problem?
Beta Was this translation helpful? Give feedback.
All reactions