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: plugins/output/forward.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,9 @@ The destination servers. Each server has the following parameters:
95
95
-`password`
96
96
-`standby`
97
97
-`weight`
98
-
98
+
99
+
If you want to manage destination servers by flexible approach, use `<service_discovery>` instead.
100
+
99
101
#### `host`
100
102
101
103
| type | default | version |
@@ -194,6 +196,20 @@ The load balancing weight. If the weight of one server is 20 and the
194
196
weight of the other server is 30, events are sent in a 2:3 ratio. The
195
197
default weight is 60.
196
198
199
+
### `<service_discovery>`
200
+
201
+
Use service discovery plugin instead of fixed `<server>` list. See also [Service Discovery Plugin Overview](/plugins/service_discovery/README.md) for more details.
0 commit comments