Skip to content

Commit ef7f24b

Browse files
committed
input: align winevtlog options with Fluent Bit 5.0
Signed-off-by: Eduardo Silva <edsiper@gmail.com>
1 parent a42cb40 commit ef7f24b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pipeline/inputs/windows-event-log-winevtlog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ The plugin supports the following configuration parameters:
2424
| `remote.password` | Specify password of remote access for Windows EventLog. | _none_ |
2525
| `remote.server` | Specify server name of remote access for Windows EventLog. | _none_ |
2626
| `remote.username` | Specify user name of remote access for Windows EventLog. | _none_ |
27+
| `reconnect.base_ms` | Base reconnect delay in milliseconds after a subscription failure. | `500` |
28+
| `reconnect.max_ms` | Maximum reconnect delay in milliseconds. | `30000` |
29+
| `reconnect.multiplier` | Backoff multiplier applied between reconnect attempts. | `2.0` |
30+
| `reconnect.jitter_pct` | Jitter percentage applied to the reconnect delay to avoid synchronized retries. | `20` |
31+
| `reconnect.max_retries` | Maximum number of reconnect attempts before the channel stops retrying. | `8` |
2732
| `render_event_as_text` | Optional. Render the Windows EventLog event as newline-separated `key=value` text. Mutually exclusive with `render_event_as_xml`. | `false` |
2833
| `render_event_as_xml` | Optional. Render the Windows EventLog event as XML, including the System and Message fields. Mutually exclusive with `render_event_as_text`. | `false` |
2934
| `render_event_text_key` | Optional. Record key name used to store the rendered text when `render_event_as_text` is enabled. | `log` |

0 commit comments

Comments
 (0)