The configured log sinks are batch exports to BigQuery. The table isn't there until that log event happens. And the log sink export table should be configured with a data retention policy.
To solve this, move to a streaming pipeline. Log Sink -> Pub/Sub -> (streaming pipeline) -> log-events-gke.
The configured log sinks are batch exports to BigQuery. The table isn't there until that log event happens. And the log sink export table should be configured with a data retention policy.
To solve this, move to a streaming pipeline. Log Sink -> Pub/Sub -> (streaming pipeline) ->
log-events-gke
.Then deprecate the scheduled queries that run
every 60 minutes
.