filter property

String? filter
getter/setter pair

Ship the access log entries that match the status_code defined in the filter.

The status_code is the only expected/supported filter field. (Ex: status_code) The filter will parse it to the Common Expression Language semantics for expression evaluation to build the filter condition. (Ex: "filter": status_code >= 200 && status_code < 300 )

Optional.

Implementation

core.String? filter;