Skip to content

Commit 627d326

Browse files
committed
A few more missing R_MSEC instances
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 830ea59 commit 627d326

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/_admin-guide/180_Best_practices_and_examples/005_Load_balancing_logs/000_Round_robin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
balance your logs between multiple {{ site.product.short_name }} destinations.
99
---
1010

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}
1212
(which uses microseconds instead of milliseconds).
1313
{: .notice--info}
1414

@@ -62,4 +62,4 @@ any other {{ site.product.short_name }} destinations).
6262

6363
For an alternative method to use the round robin load balancing method
6464
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.

doc/_admin-guide/180_Best_practices_and_examples/005_Load_balancing_logs/001_msec_hashing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
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
33
short_title: Configuration generator
44
id: adm-pract-msec
55
description: >-
66
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
88
{{ site.product.short_name }} destinations.
99
---
1010

@@ -29,4 +29,4 @@ destination d_lb {
2929
```
3030

3131
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.

0 commit comments

Comments
 (0)