ixixi / fluent-plugin-sqs

Store fluent-event as queue message to Amazon SQS.
35 stars 53 forks source link

How to escape character? #51

Closed lenfree closed 5 years ago

lenfree commented 5 years ago

I have a log message such as /%c0%ae and it seems that SQS does some escaping on their end (but unable to verify this). Hence, md5 returned is a mismatch. Is there a way to escape such encoding or how would you solve this type of issue?

lenfree commented 5 years ago

Sorry, I found the exact problem and it was related to journald message field is a list instead of string.