Google Cloud BigQuery
- 10 Dec 2024
- 1 Minute to read
- Print
- Dark
Google Cloud BigQuery
- Updated on 10 Dec 2024
- 1 Minute to read
- Print
- Dark
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Output events and detections to a Google Cloud BigQuery Table.
For a practical use case of this output, see this tutorial on pushing Velociraptor data to BigQuery.
schema
: describes the column names, data types, and other information; should match the text-formatted schema from bigquerytable
: the table name where to send data.dataset
: the dataset name where to send data.project
: the project name where to send the data.secret_key
: the secret json key identifying a service account.sec_per_file
: the number of seconds after which a batch of data is loaded.custom_transform
: should align with the schema fields/formats
Example:
Was this article helpful?