Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws WAF integration #788

Merged
merged 15 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Collaborator

@Swiddis Swiddis Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be logs-waf, the errors on try it go away when updated

"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"
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we should ship with this since it takes up a lot of space and isn't used, but non-blocking

Large diffs are not rendered by default.

Loading
Loading