Skip to content

Commit 860444d

Browse files
Fix typo in example code block for the Filesource provider (#3336)
This PR fixes a typo in the code block example for configuring a Filesource provider on a standalone Elastic Agent.
1 parent d5b72bf commit 860444d

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)