Skip to content

Commit

Permalink
[chore][receiver/filelog] Clarify 'exclude' parameter documentation (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Feb 19, 2024
1 parent 5484a3b commit 6761360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/filelogreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Tails and parses logs from files.
| Field | Default | Description |
|-------------------------------------|--------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `include` | required | A list of file glob patterns that match the file paths to be read. |
| `exclude` | [] | A list of file glob patterns to exclude from reading. |
| `exclude` | [] | A list of file glob patterns to exclude from reading. This is applied against the paths matched by `include`. |
| `start_at` | `end` | At startup, where to start reading logs from the file. Options are `beginning` or `end`. |
| `multiline` | | A `multiline` configuration block. See [below](#multiline-configuration) for more details. |
| `force_flush_period` | `500ms` | [Time](#time-parameters) since last read of data from file, after which currently buffered log should be send to pipeline. A value of `0` will disable forced flushing. |
Expand Down

0 comments on commit 6761360

Please sign in to comment.