From 84b4151f62357475eaec036b13367b55e5fb2af4 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 8 Jun 2021 14:17:18 +0900 Subject: [PATCH] 1.0: use core plugin for roundrobin example Using non standard output plugin makes a new user confused. Closes: #325 Signed-off-by: Kentaro Hayashi --- output/roundrobin.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/output/roundrobin.md b/output/roundrobin.md index 29433153..4dc525d5 100644 --- a/output/roundrobin.md +++ b/output/roundrobin.md @@ -11,20 +11,20 @@ It is included in Fluentd's core. @type roundrobin - @type tcp - host 192.168.1.21 + @type http + endpoint http://192.168.1.21 weight 3 # ... - @type tcp - host 192.168.1.22 + @type http + endpoint http://192.168.1.22 weight 2 # ... - @type tcp - host 192.168.1.23 + @type http + endpoint http://192.168.1.23 weight 1 # ...