Skip to content

Commit 4f97142

Browse files
authored
Elastic Agent: fix incorrect syntax in dynamic input example. (#3985)
An example configuration incorrectly used `to` instead of `target` which is invalid and will not run.
1 parent a573236 commit 4f97142

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)