Skip to content
Merged
5 changes: 5 additions & 0 deletions 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": "...",
"profile_path": "...",
"port": "..."

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, not your change, but can you fix that to 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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: newline before this line.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I meant please keep a blank line between attributes as per the rest of the documentation.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry. I should have noticed that.

*(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