From 7e2f254f41e6d2c2bfe6553e58bc34d381b44d15 Mon Sep 17 00:00:00 2001 From: Niv Lipetz Date: Wed, 11 Dec 2019 17:44:44 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d512e51..76ed2e4 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ This sample result is created from the above configuration file `fluent.conf`. A ``` A sample with exclude in use: +``` fluentd -c fluent.conf echo '{ :body => "{\"first_name\":\"mickey\", \"type\":\"puggle\", \"last_name\":\"the-dog\", \"password\":\"d0g43u39\"}", "excludeMaskFields"=>"first_name,last_name"}' > /tmp/test.log ```