Skip to content

Commit 7fafd07

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent f6a461d commit 7fafd07

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ The current balancing mode implemented is `round-robin`.
1010

1111
## Configuration
1212

13-
To define an `Upstream` you must create an specific configuration file that contains
14-
an `UPSTREAM` and one or multiple `NODE` sections. The following table describes the
15-
properties associated with each section. All properties are mandatory:
13+
To define an `Upstream` you must create an specific configuration file that contains an `UPSTREAM` and one or multiple `NODE` sections. The following table describes the properties associated with each section. All properties are mandatory:
1614

1715
| Section | Key | Description |
1816
| :--- | :--- | :--- |
@@ -23,9 +21,7 @@ properties associated with each section. All properties are mandatory:
2321

2422
### Nodes and specific plugin configuration
2523

26-
A `Node` might contain additional configuration keys required by the plugin, to
27-
provide enough flexibility for the output plugin. A common use case is a `Forward`
28-
output where if TLS is enabled, it requires a shared key.
24+
A `Node` might contain additional configuration keys required by the plugin, to provide enough flexibility for the output plugin. A common use case is a `Forward` output where if TLS is enabled, it requires a shared key.
2925

3026
### Nodes and TLS (Transport Layer Security)
3127

@@ -64,6 +60,4 @@ The following example defines an `Upstream` called forward-balancing which aims
6460
shared_key secret
6561
```
6662

67-
Every `Upstream` definition must exists in its own configuration file in the file
68-
system. Adding multiple `Upstream` configurations in the same file or different files isn't
69-
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)