Administration interface

Administration interface operations documentation.

  1. {
  2. "access_log_path": "...",
  3. "profile_path": "...",
  4. "address": "..."
  5. }

access_log_path

(required, string) The path to write the access log for the administration server. If no access log is desired specify ‘/dev/null’.

profile_path

(optional, string) The cpu profiler output path for the administration server. If no profile path is specified, the default is ‘/var/log/envoy/envoy.prof’.

address

(required, string) The TCP address that the administration server will listen on, e.g., “tcp://127.0.0.1:1234”. Note, “tcp://0.0.0.0:1234” is the wild card match for any IPv4 address with port 1234.