File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
doc/_admin-guide/180_Best_practices_and_examples/005_Load_balancing_logs Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: >-
8
8
balance your logs between multiple {{ site.product.short_name }} destinations.
9
9
---
10
10
11
- ** TIP:** If ${R_MSEC} is not precise enough, you can replace it with R_USEC
11
+ ** TIP:** If ${R_MSEC} is not precise enough, you can replace it with ${ R_USEC}
12
12
(which uses microseconds instead of milliseconds).
13
13
{: .notice--info}
14
14
@@ -62,4 +62,4 @@ any other {{ site.product.short_name }} destinations).
62
62
63
63
For an alternative method to use the round robin load balancing method
64
64
based on the ${R_MSEC} macro, see
65
- Configuration generator for the load balancing method based on MSEC hashing.
65
+ Configuration generator for the load balancing method based on ${R_MSEC} hashing.
Original file line number Diff line number Diff line change 1
1
---
2
- title : Configuration generator for the load balancing method based on MSEC hashing
2
+ title : Configuration generator for the load balancing method based on ${R_MSEC} hashing
3
3
short_title : Configuration generator
4
4
id : adm-pract-msec
5
5
description : >-
6
6
This section describes a configuration generator for the load balancing
7
- method based on MSEC hashing to load balance your logs between multiple
7
+ method based on ${R_MSEC} hashing to load balance your logs between multiple
8
8
{{ site.product.short_name }} destinations.
9
9
---
10
10
@@ -29,4 +29,4 @@ destination d_lb {
29
29
```
30
30
31
31
Where destinations share the same configuration except for the
32
- destination address, balancing is based on MSEC hashing.
32
+ destination address, balancing is based on ${R_MSEC} hashing.
You can’t perform that action at this time.
0 commit comments