Skip to content
Open
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions input/exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ It is included in Fluentd's core.
time_format %Y-%m-%d %H:%M:%S
</extract>
run_interval 10s
command_timeout 60s
</source>
```

Expand Down Expand Up @@ -67,6 +68,14 @@ The tag of the output events.

The interval time between periodic program runs. If not specified, command script runs only once.

### `command_timeout`

| type | default | version |
| :--- | :--- | :--- |
| time | nil | 1.19.0 |
Comment thread
zoklk marked this conversation as resolved.
Outdated

Command (program) execution timeout. If the command runs longer than this value, the child process is killed.

### `read_block_size`

| type | default | version |
Expand Down