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".
| Field / Type | Description |
|---|---|
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". |