Skip to content

Commit

Permalink
Aws cloudtrail Integration (#773)
Browse files Browse the repository at this point in the history
* aws cloud trail integration

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update dashboard

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* aws cloud trail integration

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* aws cloud trail integration update

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* aws cloud trail integration update

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update index template to avoid name collisions

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update index template to avoid name collisions

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update according to name collision component strategy

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

---------

Signed-off-by: YANGDB <yang.db.dev@gmail.com>
  • Loading branch information
YANG-DB authored Aug 4, 2023
1 parent 2aedbde commit b558392
Show file tree
Hide file tree
Showing 11 changed files with 53,466 additions and 0 deletions.

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"
}
}
Loading

0 comments on commit b558392

Please sign in to comment.