Export destinations
Connection details for Webhook, Amazon S3, BigQuery and Google Cloud Storage.
Spectry can deliver exports to four destination types. Gather the credentials below before creating the export.
Webhook
Spectry POSTs the data as JSON to a URL you provide. Good for piping into your own ingestion service.
- Required: webhook URL.
Amazon S3
Writes JSON files to an S3 bucket.
- Required: bucket name, AWS region, Access Key ID, Secret Access Key, and an optional key prefix.
Google BigQuery
Streams rows into BigQuery tables for SQL analysis.
- Required: Project ID, Dataset ID, and a service-account JSON key.
Google Cloud Storage
Writes JSON files to a GCS bucket.
- Required: bucket name, optional object prefix, and a service-account JSON key.
Use a dedicated, least-privilege credential for each destination (write-only to the target bucket/dataset) and rotate it periodically.