Skip to content

Commit

Permalink
Update local.file.md (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansomerv authored Mar 23, 2023
1 parent 053befd commit 831e8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/flow/reference/components/local.file.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Name | Type | Description | Default | Required
`poll_frequency` | `duration` | How often to poll for file changes | `"1m"` | no
`is_secret` | `bool` | Marks the file as containing a [secret][] | `false` | no

[secret]: {{< relref "../../config-language/expressions/types_and_values.md#secrets" >}}

### File change detectors

File change detectors are used for detecting when the file needs to be re-read
Expand Down Expand Up @@ -91,8 +93,6 @@ component.
* `agent_local_file_timestamp_last_accessed_unix_seconds` (gauge): The
timestamp, in Unix seconds, that the file was last sucessfully accessed.

[secret]: ../secrets.md#is_secret-argument-in-components

## Example

```river
Expand Down

0 comments on commit 831e8f2

Please sign in to comment.