Could not read messages from SNS. This is most likely a misconfiguration of the plugin. Going into sleep loop and retrying.
com.amazonaws.SdkClientException: The requested metadata is not found at http://169.254.169.254/latest/meta-data/iam/security-credentials/
Is there any alternative way so that I can read files in s3 bucket into graylog.
My usecase is I have some logs in s3 bucket pushed from CDN and ELB I want all that logs to be loaded into graylog.
No, but the plugin seems to expect Graylog to run in AWS (on EC2) in order to retrieve some security credentials. See the details of the error message you’ve posted.
Graylog server is running in aws, But I am not sure why this plugin is trying to access SNS as this plugin should take tasks from SQS and not from SNS.