Reputation: 15984
I would like to export all of my nginx access logs to a Google BigQuery table so I will be able to analyze it.
What is the best way to achieve this goal?
Upvotes: 1
Views: 581
Reputation: 837
You could use fluentd. There is a bigquery plugin for that: https://github.com/kaizenplatform/fluent-plugin-bigquery
Upvotes: 2