Skip to content

Commit 8ab0984

Browse files
authored
Merge pull request #329 from kenhys/use-core-plugin-for-roundrobin
1.0: use core plugin for roundrobin example
2 parents 730dda9 + 84b4151 commit 8ab0984

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

output/roundrobin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ It is included in Fluentd's core.
1111
@type roundrobin
1212
1313
<store>
14-
@type tcp
15-
host 192.168.1.21
14+
@type http
15+
endpoint http://192.168.1.21
1616
weight 3
1717
# ...
1818
</store>
1919
<store>
20-
@type tcp
21-
host 192.168.1.22
20+
@type http
21+
endpoint http://192.168.1.22
2222
weight 2
2323
# ...
2424
</store>
2525
<store>
26-
@type tcp
27-
host 192.168.1.23
26+
@type http
27+
endpoint http://192.168.1.23
2828
weight 1
2929
# ...
3030
</store>

0 commit comments

Comments
 (0)