When you enable HTTP proxy forwarding, you create a single point through which multiple machines
send requests to an external server. For logging, you may not want to have all traffic forwarded
through the proxy.
This procedure explains how to disable HTTP proxy forwarding for specific hosts in your
overrides file.
Procedure
Disable proxy forwarding for logging for specific hosts by setting the
logger.EnvVars property in overrides.yaml:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["This document details how to disable HTTP proxy forwarding for specific hosts when logging in Apigee hybrid version 1.9."],["Disable proxy forwarding by setting the `logger.EnvVars` property in the `overrides.yaml` file, using the `NO_PROXY` environment variable to list hosts."],["The `NO_PROXY` setting in `logger.EnvVars` accepts a comma-separated list of hosts that should bypass the proxy during logging, as supported by Fluent Bit."],["After modifying `overrides.yaml`, changes must be applied using the command `apigeectl apply --telemetry -f overrides.yaml`."]]],[]]