Skip to content

Commit 6d127d7

Browse files
committed
removing - from examples
1 parent 2850d3c commit 6d127d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_data-prepper/pipelines/configuration/sources/otel-logs-source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ To get started, create a `pipeline.yaml` file and add `otel_logs_source` as the
5151

5252
```yaml
5353
source:
54-
- otel_logs_source:
54+
otel_logs_source:
5555
```
5656
{% include copy.html %}
5757
5858
To generate data in the OpenTelemetry format, set the `output_format` setting to `otel`, as shown in the following example:
5959

6060
```yaml
6161
source:
62-
- otel_logs_source:
63-
output_format: otel
62+
otel_logs_source:
63+
output_format: otel
6464
```
6565
{% include copy.html %}
6666

0 commit comments

Comments
 (0)