rancher v2.15.1

AuditPolicy.spec.filters[].requestURI

RequestURI is a regular expression used to match against the url of the log request. For example, the Filter: Filter { Action: Allow. REquestURI: "/foo/.*" } would allow logs sent to "/foo/some/endpoint" but not "/foo" or "/foobar".

1 fields
AuditPolicy.spec.filters[].requestURI fields and descriptions
Field / TypeDescription
AuditPolicy.spec.filters[].requestURI
string

RequestURI is a regular expression used to match against the url of the log request. For example, the Filter: Filter { Action: Allow. REquestURI: "/foo/.*" } would allow logs sent to "/foo/some/endpoint" but not "/foo" or "/foobar".