Skip to content

Commit a8110ad

Browse files
Apply suggestions
Co-authored-by: Visha Angelova <[email protected]>
1 parent 5a6ef46 commit a8110ad

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

reference/fleet/agent-command-reference.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ Note the following restrictions for running {{agent}} commands:
4646
Gather 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

7474
Note 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

reference/fleet/elasticsearch-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The service principal name for the {{es}} instance is constructed from these opt
233233
**Default:** `true`
234234

235235
`status_reporting.enabled` $$$output-elasticsearch-fleet-settings-status_reporting.enabled-setting$$$
236-
: (boolean) Whether status reporting is enabled for this output. When disabled, the output will not change it's health status if there is a connectivity problem.
236+
: (boolean) Whether status reporting is enabled for this output. When disabled, the output does not change its health status if there is a connectivity problem.
237237

238238
**Default:** `true`
239239

0 commit comments

Comments
 (0)