before 1.11.2-gke.18 with legacy endpoint nodepools:
STDOUT logs from containers used be logged with
logName=projects/[PROJECT-NAME]/logs/[CONTAINER-NAME]
The resource object values used to be
resource.type=container,
resource.namespace_id=[NAMESPACE_NAME]
resource.pod_id=[POD_NAME]
After upgrading to 1.11.2-gke.18, with a nodepool with legacy endpoints disabled:
STDOUT logs from containers are being logged with
logName=projects/[PROJECT-NAME]/logs/stdout
The resource object values are now
resource.type=k8s_container
resource.namespace_name=[NAMESPACE_NAME]
resource.pod_name=[POD_NAME]
but the google cloud logging console basic viewer is not yet compatible with these changes:
selecting GKE Container > cluster_name > namespace_name, does not bring up these log entries - what could be the solution/fix to this problem, short of updating all my scripts to query?