--- WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/istio/proxy' REPO source_repo: https://github.com/istio/proxy title: AccessLogPolicy Config description: Configuration for AccessLogPolicy Filter. location: https://istio.io/docs/reference/config/proxy_extensions/accesslogpolicy.html layout: protoc-gen-docs generator: protoc-gen-docs weight: 20 number_of_entries: 1 ---
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.
Top level Config for Access Log Policy Config Filter.