@@ -34,32 +34,32 @@ A brief overview of all files contained in the bundle is provided below:
34
34
> Note: detailed descriptions of all the information available in the bundle is
35
35
> out of scope, as support bundles are primarily intended for internal use.
36
36
37
- | Filename | Description |
38
- | --------------------------------- | ------------------------------------------------------------------------------------------------ |
39
- | ` agent/agent.json ` | The agent used to connect to the workspace with environment variables stripped. |
40
- | ` agent/agent_magicsock.html ` | The contents of the HTTP debug endpoint of the agent's Tailscale connection. |
41
- | ` agent/client_magicsock.html ` | The contents of the HTTP debug endpoint of the client's Tailscale connection. |
42
- | ` agent/listening_ports.json ` | The listening ports detected by the selected agent running in the workspace. |
43
- | ` agent/logs.txt ` | The logs of the selected agent running in the workspace. |
44
- | ` agent/manifest.json ` | The manifest of the selected agent with environment variables stripped. |
45
- | ` agent/startup_logs.txt ` | Startup logs of the workspace agent. |
46
- | ` agent/prometheus.txt ` | The contents of the agent's Prometheus endpoint. |
47
- | ` cli_logs.txt ` | Logs from running the ` coder support bundle ` command. |
48
- | ` deployment/buildinfo.json ` | Coder version and build information. |
49
- | ` deployment/config.json ` | Deployment [ configuration] ( ../api/general.md#get-deployment-config ) , with secret values removed. |
50
- | ` deployment/experiments.json ` | Any [ experiments] ( ../cli/server.md#experiments ) currently enabled for the deployment. |
51
- | ` deployment/health.json ` | A snapshot of the [ health status] ( ../admin/healthcheck.md ) of the deployment. |
52
- | ` logs.txt ` | Logs from the ` codersdk.Client ` used to generate the bundle. |
53
- | ` network/connection_info.json ` | Information used by workspace agents used to connect to Coder (DERP map etc.) |
54
- | ` network/coordinator_debug.html ` | Peers currently connected to each Coder instance and the tunnels established between peers. |
55
- | ` network/netcheck.json ` | Results of running ` coder netcheck ` locally. |
56
- | ` network/tailnet_debug.html ` | Tailnet coordinators, their heartbeat ages, connected peers, and tunnels. |
57
- | ` workspace/build_logs.txt ` | Build logs of the selected workspace. |
58
- | ` workspace/workspace.json ` | Details of the selected workspace. |
59
- | ` workspace/parameters.json ` | Build parameters of the selected workspace. |
60
- | ` workspace/template.json ` | The template currently in use by the selected workspace. |
61
- | ` workspace/template_file.zip ` | The source code of the template currently in use by the selected workspace. |
62
- | ` workspace/template_version.json ` | The template version currently in use by the selected workspace. |
37
+ | Filename | Description |
38
+ | --------------------------------- | ---------------------------------------------------------------------------------------------------------- |
39
+ | ` agent/agent.json ` | The agent used to connect to the workspace with environment variables stripped. |
40
+ | ` agent/agent_magicsock.html ` | The contents of the HTTP debug endpoint of the agent's Tailscale connection. |
41
+ | ` agent/client_magicsock.html ` | The contents of the HTTP debug endpoint of the client's Tailscale connection. |
42
+ | ` agent/listening_ports.json ` | The listening ports detected by the selected agent running in the workspace. |
43
+ | ` agent/logs.txt ` | The logs of the selected agent running in the workspace. |
44
+ | ` agent/manifest.json ` | The manifest of the selected agent with environment variables stripped. |
45
+ | ` agent/startup_logs.txt ` | Startup logs of the workspace agent. |
46
+ | ` agent/prometheus.txt ` | The contents of the agent's Prometheus endpoint. |
47
+ | ` cli_logs.txt ` | Logs from running the ` coder support bundle ` command. |
48
+ | ` deployment/buildinfo.json ` | Coder version and build information. |
49
+ | ` deployment/config.json ` | Deployment [ configuration] ( ../reference/ api/general.md#get-deployment-config ) , with secret values removed. |
50
+ | ` deployment/experiments.json ` | Any [ experiments] ( ../reference/ cli/server.md#experiments ) currently enabled for the deployment. |
51
+ | ` deployment/health.json ` | A snapshot of the [ health status] ( ../admin/healthcheck.md ) of the deployment. |
52
+ | ` logs.txt ` | Logs from the ` codersdk.Client ` used to generate the bundle. |
53
+ | ` network/connection_info.json ` | Information used by workspace agents used to connect to Coder (DERP map etc.) |
54
+ | ` network/coordinator_debug.html ` | Peers currently connected to each Coder instance and the tunnels established between peers. |
55
+ | ` network/netcheck.json ` | Results of running ` coder netcheck ` locally. |
56
+ | ` network/tailnet_debug.html ` | Tailnet coordinators, their heartbeat ages, connected peers, and tunnels. |
57
+ | ` workspace/build_logs.txt ` | Build logs of the selected workspace. |
58
+ | ` workspace/workspace.json ` | Details of the selected workspace. |
59
+ | ` workspace/parameters.json ` | Build parameters of the selected workspace. |
60
+ | ` workspace/template.json ` | The template currently in use by the selected workspace. |
61
+ | ` workspace/template_file.zip ` | The source code of the template currently in use by the selected workspace. |
62
+ | ` workspace/template_version.json ` | The template version currently in use by the selected workspace. |
63
63
64
64
## How do I generate a Support Bundle?
65
65
@@ -72,8 +72,8 @@ A brief overview of all files contained in the bundle is provided below:
72
72
> Note: It is recommended to generate a support bundle from a location
73
73
> experiencing workspace connectivity issues.
74
74
75
- 3 . Ensure you are [ logged in] ( ../cli/login.md#login ) to your Coder deployment as
76
- a user with the Owner privilege.
75
+ 3 . Ensure you are [ logged in] ( ../reference/ cli/login.md#login ) to your Coder
76
+ deployment as a user with the Owner privilege.
77
77
78
78
4 . Run ` coder support bundle [owner/workspace] ` , and respond ` yes ` to the
79
79
prompt. The support bundle will be generated in the current directory with
0 commit comments