Skip to content

Commit

Permalink
Copy WAF from main (opensearch-project#906)
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis authored Aug 11, 2023
1 parent a5bc483 commit baefa1c
Show file tree
Hide file tree
Showing 10 changed files with 5,296 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_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"
}
}
Loading

0 comments on commit baefa1c

Please sign in to comment.