Skip to content

New component: Scaleway Audit Trail receiver #37678

Open
@luxifer

Description

@luxifer

The purpose and use-cases of the new component

Scaleway Audit Trail is a new product that allows to collect all audit-related events down with the API. The receiver will allow to collect these events from the opentelemetry collector and export them where it is needed such as DataDog or any other SIEM. See homepage documentation of the product.

Example configuration for the component

receivers:
  scwaudittrail:
    interval: 1m
    max_events_per_request: 100
    access_key: ${env:SCW_ACCESS_KEY}
    secret_key: ${env:SCW_SECRET_KEY}
    organization_id: ${env:SCW_DEFAULT_ORGANIZATION_ID}
    region: ${env:SCW_DEFAULT_REGION}

Telemetry data types supported

Only logs are supported.

Code Owner(s)

No response

Sponsor (optional)

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions