Skip to content

Commit 1b87c6a

Browse files
authored
Apply suggestions from code review
1 parent 3875c9c commit 1b87c6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/logs/log_configuration/processors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,15 @@ Use the [Datadog Log Pipeline API endpoint][1] with the following log message re
287287

288288
## Remapper
289289

290-
The remapper processor remaps one or more source attribute(s) or tags to different target attribute or tag. For example, you can remap the `user` attribute to `firstname` to normalize log data in the Log Explorer.
290+
The remapper processor remaps one or more source attribute(s) or tags to a different target attribute or tag. For example, you can remap the `user` attribute to `firstname` to normalize log data in the Log Explorer.
291291

292-
If the remapper target is an attribute, the processor can also try to cast the value to a new type (`String`, `Integer` or `Double`). If the cast fails, the original value and type are preserved.
292+
If the remapper target is an attribute, the processor can also try to cast the value to a new type (`String`, `Integer`, or `Double`). If the cast fails, the original value and type are preserved.
293293

294-
**Note**: The decimal separator for `Double` values need to be `.`.
294+
**Note**: The decimal separator for `Double` values must be `.`.
295295

296296
### Naming constraints
297297

298-
Characters `:` and `,`, are not allowed in the target attribute or tag names. Additionally, tag and attribute names must follow the conventions outlined in [Attributes and Aliasing][5].
298+
Characters `:` and `,` are not allowed in the target attribute or tag names. Additionally, tag and attribute names must follow the conventions outlined in [Attributes and Aliasing][5].
299299

300300
### Reserved attributes
301301

0 commit comments

Comments
 (0)