You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
816 B
28 lines
816 B
7 years ago
|
.. _config_admin_v1:
|
||
7 years ago
|
|
||
|
Administration interface
|
||
|
========================
|
||
|
|
||
|
Administration interface :ref:`operations documentation <operations_admin_interface>`.
|
||
|
|
||
|
.. code-block:: json
|
||
|
|
||
|
{
|
||
|
"access_log_path": "...",
|
||
|
"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
|
||
|
with port 1234.
|