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 <[email protected]> (cherry picked from commit baefa1c)
- Loading branch information
Showing
11 changed files
with
5,298 additions
and
2 deletions.
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,4 +1,4 @@ | ||
{ | ||
"last_github_commit": "a5bc483564f79e036d8d1e40b725b3be3dae19de", | ||
"last_gitfarm_commit": "10439edfd28fd5203157fe8ecf57b8387683ebfd" | ||
"last_github_commit": "baefa1c6a11e88a036c66256ebb312c2c8dc98fb", | ||
"last_gitfarm_commit": "b6771b24904cbd6e62fc5829da10393f9536de71" | ||
} |
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.