Skip to content

Commit

Permalink
Update docs/sources/reference/components/local/local.file_match.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum authored Dec 13, 2024
1 parent 6de8bab commit 49feae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sources/reference/components/local/local.file_match.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Name | Type | Description
* `/tmp/**/*.log` will match all subfolders of `tmp` and include any files that end in `*.log`.
* `/tmp/apache/*.log` will match only files in `/tmp/apache/` that end in `*.log`.
* `/tmp/**` will match all subfolders of `tmp`, `tmp` itself, and all files.
* `local.file_match` doesn't ignore files when `ignore_older_than` is set to the default, `0s`.

`local.file_match` doesn't ignore files when `ignore_older_than` is set to the default, `0s`.


## Exported fields
Expand Down

0 comments on commit 49feae1

Please sign in to comment.