You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/inputs/windows-event-log-winevtlog.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,11 @@ The plugin supports the following configuration parameters:
24
24
|`remote.password`| Specify password of remote access for Windows EventLog. |_none_|
25
25
|`remote.server`| Specify server name of remote access for Windows EventLog. |_none_|
26
26
|`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`|
27
32
|`render_event_as_text`| Optional. Render the Windows EventLog event as newline-separated `key=value` text. Mutually exclusive with `render_event_as_xml`. |`false`|
28
33
|`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`|
29
34
|`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