Configuration
First, enable monitoring integrations in Cube Cloud.Exporting logs
To export logs to Amazon S3, start by creating an S3 bucket for Cube Cloud logs. Then, configure theaws_s3
sink in your vector.toml configuration file.
Example configuration:
The
aws_s3 sink can also authenticate with the deployment’s OIDC identity
instead of an access key pair — the credentials apply to the whole Vector agent.
See Keyless authentication.