Skip to content

Commit 29dd599

Browse files
committed
Edit doc
1 parent a62289e commit 29dd599

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/getting-started/linux-manual.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ $ docker run --rm \
201201
-e SPLUNK_CONFIG_YAML=${CONFIG_YAML} \
202202
--name otelcol quay.io/signalfx/splunk-otel-collector:latest
203203
```
204-
The YAML in the first command configures the Collector to collect and
205-
log cpu metrics. The YAML is assigned to parameter `CONFIG_YAML` for
206-
convenience. `CONFIG_YAML` is expanded and assigned to
207-
`SPLUNK_CONFIG_YAML` in the subsequent `docker run` command.
204+
The configuration YAML above is for collecting and logging cpu
205+
metrics. The YAML is assigned to parameter `CONFIG_YAML` for
206+
convenience in the first command. In the subsequent `docker run`
207+
command, parameter `CONFIG_YAML` is expanded and assigned to
208+
environment variable `SPLUNK_CONFIG_YAML`. Note that YAML
209+
requires whitespace indentation to be maintained.

0 commit comments

Comments
 (0)