From 8fcaa4a1cb28946a6f9d006a0ee867676782842e Mon Sep 17 00:00:00 2001 From: kubotat <61067567+kubotat@users.noreply.github.com> Date: Mon, 19 Oct 2020 16:52:28 -0700 Subject: [PATCH 1/3] add blog for enterprise service --- ..._launching-enterprise-support-for-fluentd.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/blog/20201019_launching-enterprise-support-for-fluentd.md diff --git a/content/blog/20201019_launching-enterprise-support-for-fluentd.md b/content/blog/20201019_launching-enterprise-support-for-fluentd.md new file mode 100644 index 00000000..9287296c --- /dev/null +++ b/content/blog/20201019_launching-enterprise-support-for-fluentd.md @@ -0,0 +1,17 @@ +# Launching Enterprise Support for Fluentd + +ITOCHU Techno-Solutions America, Inc. participated in developing Fluentd, an open source cloud native unified logging layer, is launching “Enterprise Support for Fluentd”. +Fluentd is an open source data collector widely adopted across the globe. The software allows you to decouple data sources and destinations by providing a unified logging layer in between. + + +## Production with Confidence +Operation is much harder than just choosing a new software up and running. We emphasize where people operate and make sure your Fluentd in production is with confidence. By working with Treasure Data, the core developers of Fluentd, we have developed a series of tools and services to help you run Fluentd with peace of mind. The diagnostic tool we developed will simplify your troubleshooting process as well as ensure the security in the incident management process. + +## Introduction of “diagtool” + +Development of a series of tools with Treasure Data and will be providing hot fixes when required. +Diagtool is a simple and powerful tool to make your troubleshooting process simpler and more securer. Tool provides the functions to automate the process and accelerate the problem determination : + the Enterprise Support for Fluentd which enables running Fluentd in production with confidence by providing responsive support operated by our expert team. +Enterprise Support for Fluentd website : https://fluentd.ctc-america.com + +TAG: Fluentd Announcement From 2646303816698a86ce51982214b01ca2c52ebfd7 Mon Sep 17 00:00:00 2001 From: kubotat <61067567+kubotat@users.noreply.github.com> Date: Wed, 21 Oct 2020 14:40:44 -0700 Subject: [PATCH 2/3] add author --- app.rb | 5 +++++ .../20201019_launching-enterprise-support-for-fluentd.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app.rb b/app.rb index 5393472d..a1472813 100644 --- a/app.rb +++ b/app.rb @@ -99,6 +99,11 @@ 'avatar_url' => 'https://avatars3.githubusercontent.com/u/230654?v=3&s=70', 'desc' => 'Satoshi (a.k.a. Moris) (@tagomoris) is a maintainer of Fluentd. He works on Fluentd, many Fluentd plugins, other OSS projects like msgpack-ruby, Norikra and so on, and distributed systems at Treasure Data.' }, + 'tk' => { + 'name' => 'Tomonori Kubota', + 'avatar_url' => 'https://avatars3.githubusercontent.com/kubotat', + 'desc' => 'Tomonori (TK) is a solution engineer at CTC America. He works on the enterprise support for Fluentd and developed diagnosis tool for bringing efficiency in troubleshooting of Fluentd.' + }, } # diff --git a/content/blog/20201019_launching-enterprise-support-for-fluentd.md b/content/blog/20201019_launching-enterprise-support-for-fluentd.md index 9287296c..e1df2d47 100644 --- a/content/blog/20201019_launching-enterprise-support-for-fluentd.md +++ b/content/blog/20201019_launching-enterprise-support-for-fluentd.md @@ -14,4 +14,5 @@ Diagtool is a simple and powerful tool to make your troubleshooting process simp the Enterprise Support for Fluentd which enables running Fluentd in production with confidence by providing responsive support operated by our expert team. Enterprise Support for Fluentd website : https://fluentd.ctc-america.com -TAG: Fluentd Announcement +TAG: Fluentd Announcement +AUTHOR: tk From bfadaacd0e098ba9afaf109ad9d6538c2fcf871a Mon Sep 17 00:00:00 2001 From: kubotat <61067567+kubotat@users.noreply.github.com> Date: Wed, 21 Oct 2020 14:46:45 -0700 Subject: [PATCH 3/3] add author --- ...td.md => 20201021_launching-enterprise-support-for-fluentd.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/blog/{20201019_launching-enterprise-support-for-fluentd.md => 20201021_launching-enterprise-support-for-fluentd.md} (100%) diff --git a/content/blog/20201019_launching-enterprise-support-for-fluentd.md b/content/blog/20201021_launching-enterprise-support-for-fluentd.md similarity index 100% rename from content/blog/20201019_launching-enterprise-support-for-fluentd.md rename to content/blog/20201021_launching-enterprise-support-for-fluentd.md