S3 Input (One Time) source plugin
The S3 Input (One Time) source plugin lets you retrieve data from your Amazon S3 buckets and ingest it into Chronosphere Telemetry Pipeline.
Supported telemetry types
This plugin supports these telemetry types:
Logs | Metrics | Traces |
---|---|---|
Configuration parameters
Use the parameters in this section to configure your plugin. The Telemetry Pipeline web interface uses the values in the Name column to describe the parameters. Items in the Key column are the YAML keys to use in pipeline configuration files.
Required
Name | Key | Description | Default |
---|---|---|---|
AWS Access Key | aws_access_key | Required. Your AWS access key path. | none |
AWS Secret Key | aws_secret_key | Required. Your AWS secret key path. | none |
AWS Bucket Name | aws_bucket_name | Required. The name of the S3 bucket where logs are stored. For example: logs . | none |
AWS Bucket Region | aws_bucket_region | Required. The name of the AWS region associated with your S3 bucket. For example: us-east1 . | none |
File Path | logs | Required. Glob format of the logs inside your S3 bucket. For example: /logs/\*.log . | none |