mirror of
https://github.com/SigNoz/signoz.git
synced 2026-04-27 22:20:29 +01:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* feat: adding types changes and openapi spec * refactor: review changes * feat: generating OpenAPI spec * refactor: updating create account types * refactor: removing email domain function
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"id": "s3sync",
|
|
"title": "S3 Sync",
|
|
"icon": "file://icon.svg",
|
|
"overview": "file://overview.md",
|
|
"supportedSignals": {
|
|
"metrics": false,
|
|
"logs": true
|
|
},
|
|
"dataCollected": {
|
|
"logs": [
|
|
{
|
|
"name": "Account ID",
|
|
"path": "resources.cloud.account.id",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "Account Region",
|
|
"path": "resources.cloud.account.region",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "Bucket Name",
|
|
"path": "resources.cloud.bucket.name",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "Object Key",
|
|
"path": "attributes.object.key",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "Object S3 Event Time",
|
|
"path": "attributes.object.event_time",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"telemetryCollectionStrategy": {
|
|
"aws": {
|
|
"logs": {
|
|
"subscriptions": [
|
|
{
|
|
"logGroupNamePrefix": "x/signoz/forwarder",
|
|
"filterPattern": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"assets": {
|
|
"dashboards": []
|
|
}
|
|
}
|