Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New component: Scaleway Audit Trail receiver #37678

Open
luxifer opened this issue Feb 4, 2025 · 0 comments
Open

New component: Scaleway Audit Trail receiver #37678

luxifer opened this issue Feb 4, 2025 · 0 comments
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor

Comments

@luxifer
Copy link

luxifer commented Feb 4, 2025

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

@luxifer luxifer added needs triage New item requiring triage Sponsor Needed New component seeking sponsor labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor
Projects
None yet
Development

No branches or pull requests

1 participant