We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 730dda9 + 84b4151 commit 8ab0984Copy full SHA for 8ab0984
output/roundrobin.md
@@ -11,20 +11,20 @@ It is included in Fluentd's core.
11
@type roundrobin
12
13
<store>
14
- @type tcp
15
- host 192.168.1.21
+ @type http
+ endpoint http://192.168.1.21
16
weight 3
17
# ...
18
</store>
19
20
21
- host 192.168.1.22
+ endpoint http://192.168.1.22
22
weight 2
23
24
25
26
27
- host 192.168.1.23
+ endpoint http://192.168.1.23
28
weight 1
29
30
0 commit comments