Skip to content

Commit

Permalink
Add pprof security docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Nov 10, 2021
1 parent be506dd commit ed16bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/http-endpoint.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It is recommended to use only localhost. Default is `localhost`
current user.
`http.named_pipe.security_descriptor`:: (Optional) Windows Security descriptor string defined in the SDDL format. Default to
read and write permission for the current user.
`http.pprof.enabled`:: (Optional) Enable the `/debug/pprof/` endpoints when serving HTTP. Default is `false`.
`http.pprof.enabled`:: (Optional) Enable the `/debug/pprof/` endpoints when serving HTTP. It is recommended that this is only enabled on localhost as these endpoints may leak data. Default is `false`.

This is the list of paths you can access. For pretty JSON output append `?pretty` to the URL.

Expand Down

0 comments on commit ed16bf8

Please sign in to comment.