From ec8078fe3c26c818b3eea75b92b7cfda3916682f Mon Sep 17 00:00:00 2001 From: James Wendel Date: Tue, 10 Mar 2020 12:15:26 -0600 Subject: [PATCH] update fluentd link https://fluentd.org/ does not redirect to their www page, so updating to a link that works. https://www.fluentd.org/ --- index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.erb b/index.html.erb index d52729b65..bcc7916a8 100644 --- a/index.html.erb +++ b/index.html.erb @@ -140,7 +140,7 @@
- +

Fluentd uses MessagePack for all internal data representation. It's crazy fast because of zero-copy optimization of msgpack-ruby. Now MessagePack is an essential component of Fluentd to achieve high performance and flexibility at the same time.

Sadayuki Furuhashi, creator of Fluentd