Plugin to collect AWS Cloudtrail log data
SpaceONE's plugin-aws-cloudtrail-mon-datasource is a convenient tool to get Cloudtrail log data from AWS.
Find us also at Dockerhub
Latest stable version : 1.1.2
Please contact us if you need any further information. ([email protected])
There is an endpoints used to collect AWS resources information. AWS endpoint is a URL consisting of a region and a service code.
https://cloudtrail.[region-code].amazonaws.com
We use a lots of endpoints because we collect information from many regions.
Registered service account on SpaceONE must have certain permissions to collect cloud service data Please, set authentication privilege for followings:
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"cloudtrail:LookupEvents"
],
"Effect": "Allow",
"Resource": "*"
}
]
}