|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2-dev1-75 - Management Guide</title> |
| 5 | + <title>HAProxy version 3.2-dev1-87 - Management Guide</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
654 | 654 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
655 | 655 | </p> |
656 | 656 | <p class="text-right"> |
657 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/20</b></small> |
| 657 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/23</b></small> |
658 | 658 | </p> |
659 | 659 | </div> |
660 | 660 | <!-- /.sidebar --> |
|
665 | 665 | <div class="text-center"> |
666 | 666 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
667 | 667 | <h2>Management Guide</h2> |
668 | | - <p><strong>version 3.2-dev1-75</strong></p> |
| 668 | + <p><strong>version 3.2-dev1-87</strong></p> |
669 | 669 | <p> |
670 | 670 | <br> |
671 | 671 |
|
@@ -2668,6 +2668,9 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.< |
2668 | 2668 | "<a href="#show%20table">show table</a>" command. Matching an entry using its pointer may be relevant if |
2669 | 2669 | the entry cannot be matched using the key due to empty key or incompatible |
2670 | 2670 | characters on the cli. |
| 2671 | + |
| 2672 | +If data.<type> is an array type, "[]" may be used to access a specific |
| 2673 | +index in the array, like so: data.gpt[1] |
2671 | 2674 | </pre><div class="separator"> |
2672 | 2675 | <span class="label label-success">Example :</span> |
2673 | 2676 | <pre class="prettyprint"> |
@@ -3294,6 +3297,9 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.< |
3294 | 3297 | returned by a previous "<a href="#show%20table">show table</a>" command. Matching an entry using its |
3295 | 3298 | pointer may be relevant if the entry cannot be matched using the key due to |
3296 | 3299 | empty key or incompatible characters on the cli. |
| 3300 | + |
| 3301 | +If data.<data_type> is an array type, "[]" may be used to access a specific |
| 3302 | +index in the array, like so: data.gpt[1] |
3297 | 3303 | </pre><a class="anchor" name="set"></a><a class="anchor" name="9-set"></a><a class="anchor" name="9.3-set"></a><a class="anchor" name="set (Statistics and monitoring)"></a><a class="anchor" name="set (Unix Socket commands)"></a><a class="anchor" name="set timeout"></a><a class="anchor" name="9-set timeout"></a><a class="anchor" name="9.3-set timeout"></a><a class="anchor" name="set timeout (Statistics and monitoring)"></a><a class="anchor" name="set timeout (Unix Socket commands)"></a><a class="anchor" name="set timeout cli"></a><a class="anchor" name="9-set timeout cli"></a><a class="anchor" name="9.3-set timeout cli"></a><a class="anchor" name="set timeout cli (Statistics and monitoring)"></a><a class="anchor" name="set timeout cli (Unix Socket commands)"></a><div class="keyword"><b><a class="anchor" name="set timeout cli"></a><a href="#9.3-set%20timeout%20cli">set timeout cli</a></b> <span style="color: #080"><delay></span></div><pre class="text">Change the CLI interface timeout for current connection. This can be useful |
3298 | 3304 | during long debugging sessions where the user needs to constantly inspect |
3299 | 3305 | some indicators without being disconnected. The delay is passed in seconds. |
@@ -4467,6 +4473,9 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.< |
4467 | 4473 | "<a href="#show%20table">show table</a>" command. Matching an entry using its pointer may be relevant if |
4468 | 4474 | the entry cannot be matched using the key due empty key or incompatible |
4469 | 4475 | characters on the cli. |
| 4476 | + |
| 4477 | +If data.<type> is an array type, "[]" may be used to access a specific |
| 4478 | +index in the array, like so: data.gpt[1] |
4470 | 4479 | </pre><div class="separator"> |
4471 | 4480 | <span class="label label-success">Example :</span> |
4472 | 4481 | <pre class="prettyprint"> |
@@ -5446,7 +5455,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13 |
5446 | 5455 | <br> |
5447 | 5456 | <hr> |
5448 | 5457 | <div class="text-right"> |
5449 | | - HAProxy 3.2-dev1-75 – Management Guide<br> |
| 5458 | + HAProxy 3.2-dev1-87 – Management Guide<br> |
5450 | 5459 | <small>, </small> |
5451 | 5460 | </div> |
5452 | 5461 | </div> |
|
0 commit comments