numerous-application-54063
02/18/2022, 3:19 PMprotoPayload.serviceName="<http://bigquery.googleapis.com|bigquery.googleapis.com>" i do get logs.
but if i add the second condition taken from the connector, no logs are found:
protoPayload.methodName="jobservice.jobcompleted"
Instead in my logs the method name is formatted like this:
methodName: "google.cloud.bigquery.v2.JobService.InsertJob"
any advice on this one?
thanks!dazzling-judge-80093
02/18/2022, 3:22 PMnumerous-application-54063
02/18/2022, 3:25 PMdazzling-judge-80093
02/18/2022, 3:51 PMnumerous-application-54063
02/18/2022, 4:05 PMdazzling-judge-80093
02/21/2022, 2:44 PMprotoPayload.serviceName="<http://bigquery.googleapis.com|bigquery.googleapis.com>" AND protoPayload.methodName="google.cloud.bigquery.v2.JobService.Query"
And this one?
protoPayload.serviceName="<http://bigquery.googleapis.com|bigquery.googleapis.com>" AND protoPayload.methodName="jobservice.jobcompleted"numerous-application-54063
02/21/2022, 3:19 PMdazzling-judge-80093
02/21/2022, 4:37 PMnumerous-application-54063
02/21/2022, 4:42 PMdazzling-judge-80093
02/21/2022, 5:40 PMdazzling-judge-80093
02/21/2022, 10:08 PMresource.type=("bigquery_project") AND protoPayload.methodName=("google.cloud.bigquery.v2.JobService.Query" OR "google.cloud.bigquery.v2.JobService.InsertJob") AND protoPayload.metadata.jobChange.job.jobStatus.jobState="DONE" AND NOT protoPayload.metadata.jobChange.job.jobStatus.errorResult:*
I tried it locally and for me it gives the same results as the v1 version but let’s see if it is the same on your side as well.numerous-application-54063
02/22/2022, 10:20 AMdazzling-judge-80093
02/22/2022, 12:07 PMnumerous-application-54063
02/22/2022, 12:08 PMdazzling-judge-80093
02/22/2022, 1:16 PMdazzling-judge-80093
03/08/2022, 10:58 AMuse_v2_audit_metadata: Truenumerous-application-54063
03/08/2022, 4:56 PMdazzling-judge-80093
03/08/2022, 5:42 PM