Skip to content

Commit

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



* update s3 dashboard



* remove `link` failing integration config field



* add alias for each specific integration related log mapping template



* fix aws prefix error



* update cloud mapping



* update cloud mapping



* update cloud mapping and sample.json



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



* update dashboard.png



* update sample.json



* aws cloud front integration update



* update only relevant files



* remove nginx's only relevant files



* remove nginx's only relevant files



* update index template to avoid name collisions



* update index template to avoid name collisions



* update according to name collision component strategy



---------


(cherry picked from commit 9681bc4)

Signed-off-by: YANGDB <yang.db.dev@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 353fe8a commit b820cb2
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 b820cb2

Please sign in to comment.