-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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> * add support for aws WAF (Web Application Firewall) logs integration Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update dashboard.png 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
Showing
12 changed files
with
5,337 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# version for opensearch & opensearch-dashboards docker image | ||
VERSION=2.9.0 | ||
VERSION=3.0.0 | ||
|
24 changes: 24 additions & 0 deletions
24
server/adaptors/integrations/__data__/repository/aws_waf/assets/aws_waf-1.0.0.ndjson
Large diffs are not rendered by default.
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
server/adaptors/integrations/__data__/repository/aws_waf/aws_waf-1.0.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "aws_waf", | ||
"version": "1.0.0", | ||
"displayName": "AWS waf", | ||
"description": "AWS waf log collector", | ||
"license": "Apache-2.0", | ||
"type": "logs_waf", | ||
"author": "OpenSearch", | ||
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/aws_waf/info", | ||
"statics": { | ||
"logo": { | ||
"annotation": "AWS waf Logo", | ||
"path": "logo.jpg" | ||
}, | ||
"gallery": [ | ||
{ | ||
"annotation": "AWS waf Log Dashboard", | ||
"path": "dashboard.png" | ||
} | ||
] | ||
}, | ||
"components": [ | ||
{ | ||
"name": "aws_waf", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "cloud", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "logs_waf", | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"name": "aws_s3", | ||
"version": "1.0.0" | ||
} | ||
], | ||
"assets": { | ||
"savedObjects": { | ||
"name": "aws_waf", | ||
"version": "1.0.0" | ||
} | ||
}, | ||
"sampleData": { | ||
"path": "samples.json" | ||
} | ||
} |
38 changes: 38 additions & 0 deletions
38
server/adaptors/integrations/__data__/repository/aws_waf/data/samples-raw.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.