Skip to content

Commit 6bd997d

Browse files
committed
Standardizing shell usage in admin config classic mode upstream servers doc. Part of issue #2020.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent ef5a91d commit 6bd997d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

administration/configuring-fluent-bit/classic-mode/upstream-servers.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@ The following example defines an `Upstream` called forward-balancing which aims
3737
- node-2: connects to 127.0.0.1:44000
3838
- node-3: connects to 127.0.0.1:45000 using TLS without verification. It also defines a specific configuration option required by Forward output called `shared_key`.
3939

40-
```python
40+
```text
4141
[UPSTREAM]
42-
name forward-balancing
42+
name forward-balancing
4343
4444
[NODE]
45-
name node-1
46-
host 127.0.0.1
47-
port 43000
45+
name node-1
46+
host 127.0.0.1
47+
port 43000
4848
4949
[NODE]
50-
name node-2
51-
host 127.0.0.1
52-
port 44000
50+
name node-2
51+
host 127.0.0.1
52+
port 44000
5353
5454
[NODE]
55-
name node-3
56-
host 127.0.0.1
57-
port 45000
58-
tls on
59-
tls.verify off
60-
shared_key secret
55+
name node-3
56+
host 127.0.0.1
57+
port 45000
58+
tls on
59+
tls.verify off
60+
shared_key secret
6161
```
6262

63-
Every `Upstream` definition must exists in its own configuration file in the file system. Adding multiple `Upstream` configurations in the same file or different files isn't allowed.
63+
Every `Upstream` definition must exists in its own configuration file in the file system. Adding multiple `Upstream` configurations in the same file or different files isn't allowed.

0 commit comments

Comments
 (0)