AccessLogPolicy Config

Accesslog Policy plugin is a stateful http log sampler. It decides whether a request is logged based on the following rules. 1. All requests resulting in errors are logged. 2. First successful request within logwindowduration from a specific source ip (source principal) is logged. The plugin records its decision in the istio.accesslogpolicy attribute with a value of “no”. A downstream plugin may honor the the attribute. For example, Stackdriver plugin will not produce an access log entry if this attribute is set.

AccessLogPolicyConfig

Top level Config for Access Log Policy Config Filter.

FieldTypeDescriptionRequired
logWindowDurationDuration

Optional. Allows specifying logging window for successful requests. The default duration is 12h.

No
maxClientCacheSizeint32

Optional. Allows specifying max client cache size. The default is 500 entries.

No
Was this information useful?
Do you have any suggestions for improvement?

Thanks for your feedback!