I use BigQuery's AuditLog to see access from outside my company to BigQuery with callerIP
in "requestMetadata" field in "protoPayload" field, but value in callerIP
has disappeared somehow since 2018/9/1 on Japan time when "methodName" in "protoPayload" field is set as "jobservice.jobcompleted".
callerIP
is shown as usual when "methodName" is set as others like "jobservice.insert", "jobservice.query" and so on.
Has the specification on BigQuery's AuditLog been changed about showing callerIP
?
How should I do to show callerIP
again when "methodName" is set as "jobservice.jobcompleted"?
(though it seems seeing "jobservice.query" also works, if I just want to see access from outside my company to BigQuery with callerIP
).
cf:AuditLog