From 06eb1690cef7eb785a26d7921ab394cfb29bcbff Mon Sep 17 00:00:00 2001 From: kiyoto Date: Thu, 15 May 2014 19:05:38 -0700 Subject: [PATCH] add the life of a fluentd event diagram --- docs/config-file.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/config-file.txt b/docs/config-file.txt index ec63f7b4..a0ade42e 100644 --- a/docs/config-file.txt +++ b/docs/config-file.txt @@ -4,7 +4,11 @@ This article describes the basic concepts of Fluentd's configuration file. If you want to know V1 configuration format, please jump to [V1 Format](config-file#v1-format) section. -## Overview +## Introduction: the life of a Fluentd event + +Here is a brief overview of the life of a Fluentd event to help you understand the rest of this page: + + The configuration file allows the user to control the input and output behavior of Fluentd by (1) selecting input and output plugins and (2) specifying the plugin parameters. The file is required for Fluentd to operate properly.