An open API service indexing awesome lists of open source software.

https://github.com/cloudforet-io/plugin-aws-cloudtrail-mon-datasource

Plugin for AWS Cloudtrail
https://github.com/cloudforet-io/plugin-aws-cloudtrail-mon-datasource

data-source log monitoring plugin

Last synced: 12 months ago
JSON representation

Plugin for AWS Cloudtrail

Awesome Lists containing this project

README

          

# plugin-aws-cloudtrail-mon-datasource

![AWS Cloud Services](https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/aws-cloudtrail.svg)
**Plugin to collect AWS Cloudtrail log data**

> SpaceONE's [plugin-aws-cloudtrail-mon-datasource](https://github.com/spaceone-dev/plugin-aws-cloudtrail-mon-datasource) is a convenient tool to get Cloudtrail log data from AWS.

Find us also at [Dockerhub](https://hub.docker.com/repository/docker/spaceone/plugin-aws-cloudtrail-mon-datasource)
> Latest stable version : 1.1.2

Please contact us if you need any further information. ()

---

## AWS Service Endpoint (in use)

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.

---
## Authentication Overview

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": "*"
}
]
}

---
## [Release note](RELEASE.md)