Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Profile support #8

Open
mk40us opened this issue May 3, 2017 · 3 comments
Open

AWS Profile support #8

mk40us opened this issue May 3, 2017 · 3 comments

Comments

@mk40us
Copy link

mk40us commented May 3, 2017

Would like to collect Cloudtrail logs from multiple AWS accounts and need to use "AWS Profile" with multiple IAM roles. Would be able to add support to it?

@mk40us
Copy link
Author

mk40us commented May 4, 2017

Need to be able to ASSUME Roles (AWS STS)

@aidan-
Copy link
Owner

aidan- commented May 4, 2017

At the moment this functionality is not supported, but I am more than happy to accept a pull request for it :)

However, if you are collecting CloudTrail logs from multiple AWS accounts and inserting them into a single Elasticsearch cluster, a better way of solving this might be to configure CloudTrail to send all of the logs (in each AWS account) to a single account. That way cloudtrailbeat can still monitor one SQS and one S3 bucket.

More information on how to do this is available here: http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-receive-logs-from-multiple-accounts.html

@mk40us
Copy link
Author

mk40us commented May 5, 2017

Aidan, thanks for the response , we do collect them in single AWS account in one S3 but however we sperate Dev/Qa and prod AWS accounts and so total of 3 AWS SQS and s3 buckets going into the same ES cluster . We would like to use AWS STS Assume roles to be able to collect from those buckets too. Any help is very much appreciated !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants