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: _includes/doc/admin-guide/options/failover.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,10 @@ destination d_network_tls{
61
61
62
62
### servers()
63
63
64
-
| Type: | list of IP addresses and fully-qualified domain names | \n |
65
-
| Default: | empty ||
64
+
| Type: | list of IP addresses and fully-qualified domain names |
65
+
| Default: | empty |
66
66
67
-
*Description:* Specifies a secondary destination server where log messages are sent if the primary server becomes inaccessible. To list several failover servers, separate the address of the servers with comma. By default, {{ site.product.short_name }} waits for the a server before switching to the next failover server is set in the time-reopen() option.
67
+
*Description:* Specifies a secondary destination server where log messages are sent if the primary server becomes inaccessible. To list several failover servers, separate the address of the servers with comma. By default, {{ site.product.short_name }} waits for the a server before switching to the next failover server is set in the time-reopen() option.
68
68
If failback() is not set, {{ site.product.short_name }} does not attempt to return to the primary server even if it becomes available. In case the failover server fails, {{ site.product.short_name }} attempts to connect the next failover server in the list in round-robin fashion.
<td><code>0</code> - at most once (the fastest option)</td>
11
+
</tr>
12
+
<tr>
13
+
<td><code>1</code> - at least once (a much slower option than 0)</td>
14
+
</tr>
15
+
<tr>
16
+
<td><code>2</code> - exactly once (the slowest option)</td>
17
+
</tr>
18
+
<tr>
19
+
<td>Default:</td>
20
+
<td><code>0</code></td>
21
+
</tr>
22
+
</table>
8
23
9
24
*Description:* The Quality of Service (QoS) level in MQTT messaging is an agreement between sender and receiver on the guarantee of delivering a message.
Copy file name to clipboardExpand all lines: doc/_admin-guide/060_Sources/070_Network/001_Proxy_protocol_support/000_Proxy_protocol_working_mechanism.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,7 @@ macros to every message the comes through the connection later on:
0 commit comments