diff --git a/docs/troubleshooting/index.md b/docs/troubleshooting/index.md index 8b8de7cbd6..57af9f7dab 100644 --- a/docs/troubleshooting/index.md +++ b/docs/troubleshooting/index.md @@ -40,8 +40,14 @@ This endpoint can be used on both the db nodes as well as the coordinator/query To use this, simply run the following on either the M3DB debug listen port or the regular port on M3Coordinator. +You may need to include the following headers: + +--8<-- +docs/common/headers_placement_namespace.md +--8<-- + ``` -curl :/debug/dump > +curl -H "Cluster-Environment-Name: [set if not default]" :/debug/dump > # unzip the file unzip