Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions pipeline/outputs/flowcounter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ The _Flow counter_ output plugin lets you count up records and their size.

## Configuration parameters

The plugin supports the following configuration parameters:

| Key | Description | Default |
| :--- | :--- | :--- |
| `Unit` | The unit of duration. Allowed values: `second`, `minute`, `hour`, `day` | `minute` |
| `Workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
| `event_based` | When enabled, use the timestamp from the log event for time bucketing instead of the current wall-clock time. | `false` |
| `unit` | The unit of duration. Allowed values: `second`, `minute`, `hour`, `day`. | `minute` |
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |

## Get started

Expand Down
Loading