@@ -46,17 +46,17 @@ Note the following restrictions for running {{agent}} commands:
4646Gather diagnostics information from the {{agent}} and component/unit it’s running. This command produces an archive that contains:
4747
4848* version.txt - version information
49- * agent-info.yaml - Contains the agent local metadata that is also sent to Fleet.
49+ * agent-info.yaml - contains the agent local metadata that is also sent to Fleet
5050* pre-config.yaml - pre-configuration before variable substitution - this is the elastic-agent.yaml from disk or from Fleet
5151* otel.yaml - the OpenTelemetry collector configuration file used with the ` otel ` sub-command
52- * otel-merged.yaml - the final configuration file provided to the OpenTelemetry collector including any internally generated collector components.
52+ * otel-merged.yaml - the final configuration file provided to the OpenTelemetry collector, including any internally generated collector components
5353* variables.yaml - current variable contexts from providers
54- * environment.yaml - current environment variables visible to the Elastic Agent process.
54+ * environment.yaml - current environment variables visible to the Elastic Agent process
5555* computed-config.yaml - configuration after variable substitution
5656* components-expected.yaml - expected computed components model from the computed-config.yaml
5757* components-actual.yaml - actual running components model as reported by the runtime manager
5858* state.yaml - current state information of all running components
59- * * .pprof.gz files from the running elastic-agent process for analysis with ` go tool pprof ` :
59+ * * .pprof.gz files from the running ` elastic-agent ` process for analysis with ` go tool pprof ` :
6060 * goroutine.pprof.gz - goroutine dump
6161 * heap.pprof.gz - memory allocation of live objects
6262 * allocs.pprof.gz - sampling past memory allocations
@@ -65,11 +65,11 @@ Gather diagnostics information from the {{agent}} and component/unit it’s runn
6565 * mutex.pprof.gz - stack traces of holders of contended mutexes
6666* components/ directory - diagnostic information from each running component process:
6767 * Typically one directory per input-output pair representing a supervised process containing:
68- * * .pprof.gz - profiles for analysis with ` go tool pprof ` see descriptions above
68+ * * .pprof.gz - profiles for analysis with ` go tool pprof ` ; refer to the previous descriptions
6969 * * _ metrics.json - metrics snapshots captured from running Beat processes
7070* edot/ directory - the output of the elasticsdiagnostics collector extension:
71- * otel-merged-actual.yaml - the configuration the collector is currently running with which should match otel-merged.yaml above
72- * * .profile.gz - profiles for analysis with ` go tool pprof ` see descriptions above
71+ * otel-merged-actual.yaml - the current configuration of the running collector, which should match the otel-merged.yaml file described previously
72+ * * .profile.gz - profiles for analysis with ` go tool pprof ` ; refer to the previous descriptions
7373
7474Note that ** credentials may not be redacted** in the archive; they may appear in plain text in the configuration or policy files inside the archive.
7575
0 commit comments