ixixi / fluent-plugin-sqs

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

No messages make their way to SQS #25

Closed chriskinsman closed 8 years ago

chriskinsman commented 8 years ago

I have followed the config instructions

I see the plugin load in td-agent.log

My config:

<match system.**>
        type sqs
        queue_name myqueue
        create_queue false
        aws_key_id XXXX
        aws_sec_key XXXX
        sqs_endpoint sqs.us-west-2.amazonaws.com
</match>

And nothing. No error messages in td-agent.log and nothing showing up in "myqueue"

chriskinsman commented 8 years ago

My fault. I had a prior match that was eating all events.