Skip to content

Commit

Permalink
Merge branch 'main' into aws_waf
Browse files Browse the repository at this point in the history
  • Loading branch information
YANG-DB committed Aug 4, 2023
2 parents a8c6c39 + 9681bc4 commit fef33b4
Show file tree
Hide file tree
Showing 20 changed files with 1,781 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Apache Dashboard",
"description": "Apache web logs collector",
"license": "Apache-2.0",
"type": "logs",
"type": "logs_apache",
"author": "OpenSearch",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/apache/info",
"statics": {
Expand All @@ -29,7 +29,7 @@
"version": "1.0.0"
},
{
"name": "logs-apache",
"name": "logs_apache",
"version": "1.0.0"
}
],
Expand All @@ -42,4 +42,4 @@
"sampleData": {
"path": "sample.json"
}
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "aws_cloudfront",
"version": "1.0.0",
"displayName": "AWS cloudfront ",
"description": "AWS cloudfront Object Store",
"license": "Apache-2.0",
"type": "logs-aws_cloudfront",
"author": "OpenSearch",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/aws_cloudfront/info",
"statics": {
"logo": {
"annotation": "cloudfront Logo",
"path": "logo.png"
},
"gallery": [
{
"annotation": "AWS cloudfront Dashboard",
"path": "dashboard.png"
}
]
},
"components": [
{
"name": "aws_cloudfront",
"version": "1.0.0"
},
{
"name": "aws_s3",
"version": "1.0.0"
},
{
"name": "cloud",
"version": "1.0.0"
},
{
"name": "logs-aws_cloudfront",
"version": "1.0.0"
}
],
"assets": {
"savedObjects": {
"name": "aws_cloudfront",
"version": "1.0.0"
}
},
"sampleData": {
"path": "sample.json"
}
}
Loading

0 comments on commit fef33b4

Please sign in to comment.