Skip to content

Commit

Permalink
Aws cloudfront integration (#779)
Browse files Browse the repository at this point in the history
* new aws s3 integration

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update s3 dashboard

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* remove `link` failing integration config field

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* add alias for each specific integration related log mapping template

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* fix aws prefix error

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update cloud mapping

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update cloud mapping

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update cloud mapping and sample.json

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update integration.config.type field to match the index mapping schema container

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update dashboard.png

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update sample.json

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* aws cloud front integration update

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update only relevant files

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* remove nginx's only relevant files

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* remove nginx's only relevant files

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update index template to avoid name collisions

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update index template to avoid name collisions

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

* update according to name collision component strategy

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

---------

Signed-off-by: YANGDB <yang.db.dev@gmail.com>
  • Loading branch information
YANG-DB authored Aug 4, 2023
1 parent 1134382 commit 9681bc4
Show file tree
Hide file tree
Showing 11 changed files with 1,593 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_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 9681bc4

Please sign in to comment.