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: administration/configuring-fluent-bit/classic-mode/upstream-servers.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,27 +37,27 @@ The following example defines an `Upstream` called forward-balancing which aims
37
37
- node-2: connects to 127.0.0.1:44000
38
38
- 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`.
39
39
40
-
```python
40
+
```text
41
41
[UPSTREAM]
42
-
name forward-balancing
42
+
name forward-balancing
43
43
44
44
[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
48
48
49
49
[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
53
53
54
54
[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
61
61
```
62
62
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