forked from opensearch-project/dashboards-observability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy WAF from main (opensearch-project#906)
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
- Loading branch information
Showing
10 changed files
with
5,296 additions
and
0 deletions.
There are no files selected for viewing
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" | ||
} | ||
} |
Oops, something went wrong.