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: collector/configuration/liverig.properties.md
+6
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@
11
11
|`live.password` <br> This collector's password to connect to Live. |`string`|| 1.0.0 ||||
12
12
|`live.ssl.enable` <br> Enables SSL connection to Live. |`boolean`|`false`| 2.17.0 ||||
13
13
|`live.ssl.fingerprints` <br> SSL key fingerprints required for an SSL connection to Live. |`string[]`|| 2.17.0 ||||
14
+
|`live.backup.hostname` <br> Backup Live (secondary Live client) access' hostname. |`string`|| 5.20.0 ||||
15
+
|`live.backup.port` <br> Backup Live (secondary Live client used when main client is off) access' port. |`int`|`0`| 5.20.0 ||||
16
+
|`live.backup.username` <br> This collector's username to connect to secondary Live (used when main client is off). |`string`|`live`| 5.20.0 ||||
17
+
|`live.backup.password` <br> This collector's password to connect to secondary Live (used when main client is off). |`string`|| 5.20.0 ||||
18
+
|`live.backup.change.delay` <br> Delay (in milliseconds) to switch the events destination to backup Live. |`long`|`60000`| 5.20.0 | ms ||`live.backup.hostname`|
19
+
|`live.main.change.delay` <br> Delay (in milliseconds) to switch the events destination to main Live. |`long`|`60000`| 5.20.0 | ms ||`live.backup.hostname`|
14
20
|`connect_timeout` <br> The connection timeout. |`long`|`30000`| 1.0.0 | ms |||
15
21
|`reconnect_minimum_delay` <br> The minimum delay allowed on reconnections. |`long`|`1000`| 1.0.0 | ms |||
16
22
|`reconnect_maximum_delay` <br> The maximum delay allowed on reconnections. |`long`|`60000`| 1.0.0 | ms |||
0 commit comments