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
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-aws-cloudtrail-mon-datasource
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2022-09-05T01:11:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T16:36:54.000Z (about 2 years ago)
- Last Synced: 2025-03-26T07:04:52.451Z (about 1 year ago)
- Topics: data-source, log, monitoring, plugin
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-aws-cloudtrail-mon-datasource

**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)