Narasimha Karumanchi
Narasimha Karumanchi
Related: https://github.com/envoyproxy/envoy/issues/23166
I was trying to filter the logs based on rate-limited requests.
@agrawroh I have been trying the TCP rate limiter. As per the docs, it should show URX for both TCP and HTTP connections. Also, the connection is being terminated at...
@snowp Sample config: ``` static_resources: listeners: - address: socket_address: address: 0.0.0.0 port_value: 443 listener_filters: - name: "envoy.filters.listener.tls_inspector" typed_config: "@type": type.googleapis.com/envoy.extensions.filters.listener.tls_inspector.v3.TlsInspector filter_chains: - filter_chain_match: server_names: ["*.example.com"] filters: - name: envoy.filters.network.ratelimit typed_config:...
I see the rate limiting is happening well but the response flag is not being reflected.
Are we able to make any progress?
If we enable ETW, I think the access logs can also be generated as ETW events.
@mattklein123
Can we tag the issue?