Skip to content

Commit c898c3f

Browse files
fix formatting error string builder (DataDog#17817)
1 parent 002fa6c commit c898c3f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/en/logs/log_configuration/processors.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -569,16 +569,16 @@ Request GET https://app.datadoghq.com/users was answered with response 200
569569

570570
**Note**: `http` is an object and cannot be used in a block (`%{http}` fails), whereas `%{http.method}`, `%{http.status_code}`, or `%{http.url}` returns the corresponding value. Blocks can be used on arrays of values or on a specific attribute within an array. For example, adding the block `%{array_ids}` returns:
571571

572-
```text
573-
123,456,789
574-
```
572+
```text
573+
123,456,789
574+
```
575575

576-
Whereas `%{array_users}` does not return anything because it is a list of objects.
577-
However, `%{array_users.first_name}` returns a list of `first_name` contained in the array:
576+
Whereas `%{array_users}` does not return anything because it is a list of objects.
577+
However, `%{array_users.first_name}` returns a list of `first_name` contained in the array:
578578

579-
```text
580-
John,Jack
581-
```
579+
```text
580+
John,Jack
581+
```
582582

583583
[1]: https://app.datadoghq.com/logs/pipelines
584584
{{% /tab %}}

0 commit comments

Comments
 (0)