Skip to content
Merged
7 changes: 6 additions & 1 deletion docs/configuration/overview/admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ Administration interface :ref:`operations documentation <operations_admin_interf

{
"access_log_path": "...",
"port": "..."
"profile_path": "...",
"address": "..."
}

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
Expand Down