Skip to content

Commit 749f669

Browse files
committed
Elastic Agent: fix incorrect syntax in dynamic input example.
1 parent a573236 commit 749f669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/fleet/dynamic-input-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ inputs:
202202
- add_fields:
203203
fields:
204204
platform: ${host.platform}
205-
to: host
205+
target: host
206206
condition: ${host.platform} != 'windows'
207207
```
208208

0 commit comments

Comments
 (0)