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: doc/09-object-types.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1317,6 +1317,8 @@ Configuration Attributes:
1317
1317
diconnect\_timeout | Duration | **Optional.** Timeout to wait for any outstanding data to be flushed to GELF before disconnecting. Defaults to `10s`.
1318
1318
source | String | **Optional.** Source name for this instance. Defaults to `icinga2`.
1319
1319
enable\_send\_perfdata | Boolean | **Optional.** Enable performance data for 'CHECK RESULT' events.
1320
+
flush\_interval | Duration | **Optional.** How long to buffer data points before sending. Defaults to `15s`.
1321
+
flush\_threshold | Number | **Optional.** How many bytes to buffer before forcing a flush to the backend. Defaults to `2MiB`.
1320
1322
enable\_ha | Boolean | **Optional.** Enable the high availability functionality. Only valid in a [cluster setup](06-distributed-monitoring.md#distributed-monitoring-high-availability-features). Defaults to `false`.
1321
1323
enable\_tls | Boolean | **Optional.** Whether to use a TLS stream. Defaults to `false`.
0 commit comments