Skip to content

Commit 14e24c8

Browse files
vishaangelovarhr323
authored andcommitted
Fix typo in example code block for the Filesource provider (elastic#3336)
This PR fixes a typo in the code block example for configuring a Filesource provider on a standalone Elastic Agent.
1 parent 27128f4 commit 14e24c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/fleet/filesource-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This allows information from the filesystem to be used as variables in the {{age
77
For example, the following configuration watches for changes to `file1`:
88

99
```yaml
10-
provides:
10+
providers:
1111
filesource:
1212
sources:
1313
file1:
@@ -18,4 +18,4 @@ inputs:
1818
type: filestream
1919
paths:
2020
- ${filesource.file1}
21-
```
21+
```

0 commit comments

Comments
 (0)