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 cloudtrail Integration #773

Merged
merged 14 commits into from
Aug 4, 2023
Merged

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "aws_cloudtrail",
"version": "1.0.0",
"displayName": "AWS CloudTrail",
"description": "AWS CloudTrail log collector",
"license": "Apache-2.0",
"type": "logs-aws_cloudtrail",
"author": "OpenSearch",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/aws_cloudtrail/info",
"statics": {
"logo": {
"annotation": "AWS CloudTrail Logo",
"path": "logo.png"
},
"gallery": [
{
"annotation": "AWS CloudTrail Log Dashboard",
"path": "dashboard.png"
}
]
},
"components": [
{
"name": "aws_cloudtrail",
"version": "1.0.0"
},
{
"name": "cloud",
"version": "1.0.0"
},
{
"name": "logs-aws_cloudtrail",
"version": "1.0.0"
},
{
"name": "aws_s3",
"version": "1.0.0"
}
],
"assets": {
"savedObjects": {
"name": "aws_cloudtrail",
"version": "1.0.0"
}
},
"sampleData": {
"path": "samples.json"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want this to be samples instead of samples-large?

}
}
Loading
Loading