Supported Data Types
📘 LogsConfiguration
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
| Name | String | none | true | Unique identifier within Sawmills. |
| Bucket Name | String | none | true | The name of the Google Cloud Storage bucket. |
| Project ID | String | none | false | The ID of the Google Cloud project that owns the bucket. |
| Authentication Method | Auth | Auto | false | The authentication method to use for accessing the bucket. |
Advanced Options
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
| Granularity | Hour/Minute | Minute | false | The time partitioning granularity for objects in the bucket. |
| Compression | None/Gzip | None | false | Compression method for data before sending to GCS (e.g., gzip). |
| Folder Name | String | None | false | The folder name to store objects under in the bucket. |
| Object Prefix | String | None | false | The prefix to add to object names in the bucket. |
Authentication
The exporter supports three types of authentication:- Auto: Use the automatic authentication that GCP provides (via environment variables or metadata server). Read about application default credentials for more information.
- JSON: Use credentials JSON provided by GCP. Paste the service account key directly into the configuration.
- File: Specify the path to the credentials JSON file on the filesystem.