Skip to content

Commit

Permalink
aws WAF integration (#788)
Browse files Browse the repository at this point in the history
* aws cloud trail integration

Signed-off-by: YANGDB <[email protected]>

* update dashboard

Signed-off-by: YANGDB <[email protected]>

* aws cloud trail integration

Signed-off-by: YANGDB <[email protected]>

* aws cloud trail integration update

Signed-off-by: YANGDB <[email protected]>

* aws cloud trail integration update

Signed-off-by: YANGDB <[email protected]>

* add support for aws WAF (Web Application Firewall) logs integration

Signed-off-by: YANGDB <[email protected]>

* update dashboard.png

Signed-off-by: YANGDB <[email protected]>

* update index template to avoid name collisions

Signed-off-by: YANGDB <[email protected]>

* update according to name collision component strategy

Signed-off-by: YANGDB <[email protected]>

---------

Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB authored and derek-ho committed Sep 6, 2023
1 parent 2a7d3af commit db39c80
Show file tree
Hide file tree
Showing 12 changed files with 5,337 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit db39c80

Please sign in to comment.