filter property

String? filter
getter/setter pair

An advanced logs filter (https://cloud.google.com/logging/docs/view/advanced-queries).

The only exported log entries are those that are in the resource owning the sink and that match the filter.For example:logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND severity>=ERROR

Optional.

Implementation

core.String? filter;