diff --git a/reference/fleet/filesource-provider.md b/reference/fleet/filesource-provider.md index f0bae3128b..34bd268a0b 100644 --- a/reference/fleet/filesource-provider.md +++ b/reference/fleet/filesource-provider.md @@ -7,7 +7,7 @@ This allows information from the filesystem to be used as variables in the {{age For example, the following configuration watches for changes to `file1`: ```yaml -provides: +providers: filesource: sources: file1: @@ -18,4 +18,4 @@ inputs: type: filestream paths: - ${filesource.file1} -``` \ No newline at end of file +```