logstash-input-cloudwatch-logs
logstash-input-cloudwatch-logs copied to clipboard
not able to access cloudwatch logs from different AWS account
we have logstash installed on one account (account A) and trying to access cloudwatch logs from different AWS account (account B). But by default its considering the log-group given is from the same account. How can I specify the account number, so that it will search in that particular AWS account?
You can assume role in different account. This plugin should accept role_arn as other plugins using logstash-aws-mixin do https://www.elastic.co/guide/en/logstash/current/plugins-inputs-s3.html#plugins-inputs-s3-role_arn
Hi ,
Even i am not able to access cloudwtach logs from other account using role_arn assume role.Can you please help m eon this?