rancher v2.15.1

AuditPolicy.spec.filters[]

Filter provides values used to filter out audit logs.

2 fields
AuditPolicy.spec.filters[] fields and descriptions
Field / TypeDescription
action
string

Action defines what happens

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".