From be4720e7a3249e9167316a7800d88c81bbca9b47 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 26 Jan 2016 18:05:47 +0900 Subject: [PATCH] Use `@type` in README Because docs.fluentd.org uses it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53cd049..44f12ec 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Assume inputs from another plugin are as belows: An example of grepcounter configuration: - type grepcounter + @type grepcounter count_interval 60 input_key message regexp WARN @@ -41,7 +41,7 @@ As default, the `grepcounter` plugin outputs matched `message` as an array as sh You may want to output `message` as a string, then use `delimiter` option like: - type grepcounter + @type grepcounter count_interval 60 input_key message regexp WARN