I can run the query labels:*
or logName:*
which works, however the following query doesn't match anything ,even though these labels exist:
labels.user:*
Reproducable example:
Take any log resource and try
labels:*
, then see they all have some value X under their label. then try
labels.X:*
, see there are no results