Moshe Shaham
Moshe Shaham

Reputation: 15984

How to load nginx logs into google BigQuery?

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

Answers (1)

Fábio Uechi
Fábio Uechi

Reputation: 837

You could use fluentd. There is a bigquery plugin for that: https://github.com/kaizenplatform/fluent-plugin-bigquery

Upvotes: 2

Related Questions