File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,9 @@ $ docker run --rm \
201
201
-e SPLUNK_CONFIG_YAML=${CONFIG_YAML} \
202
202
--name otelcol quay.io/signalfx/splunk-otel-collector:latest
203
203
```
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.
You can’t perform that action at this time.
0 commit comments