Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are BigQuery audit logs supposed to produce?

I have been looking at the new BigQuery Logging feature in the Cloud Platform Console, but it seems a bit inconsistent in what is being logging.

I can see some creates, deletes, inserts and queries. However, when I did a few queries and copy jobs through the web UI they do not show up.

  1. Should activity in the BigQuery web UI also be logged?
  2. Does it differ from where the request comes from, eg. console or API access?

enter image description here

like image 804
DarrenCibis Avatar asked Feb 08 '23 07:02

DarrenCibis


1 Answers

There is no difference between console or API access. An activity in the BigQuery web UI should be logged.

Are you using Cloud Log viewer to view these logs? In some cases, there might be a few secs delay when these logs show up in the log viewer. And you might have to refresh the logs.

like image 90
Nitin Sharma Avatar answered Feb 13 '23 06:02

Nitin Sharma