README.md in fluent-mixin-plaintextformatter-0.1.0 vs README.md in fluent-mixin-plaintextformatter-0.2.0
- old
+ new
@@ -5,11 +5,11 @@
This module provides features to:
* format whole data as serialized JSON, single attribute or separated multi attributes
* include time as line header (formatted by time_format in UTC(default) or localtime), or not
* include tag as line header (remove_prefix available), or not
-* change field separator (TAB(default), SPACE or COMMA)
+* change field separator (TAB(default), SPACE, COMMA or SOH(\\001))
* add new line as termination, or not
## Usage
To use this module in your fluentd plugin, include this module like below:
@@ -70,20 +70,23 @@
* output\_include\_time [yes/no]
* output\_include\_tag [yes/no]
* output\_data\_type
* 'json': output by JSON
* 'attr:key1,key2,key3': values of 'key1' and 'key2' and ..., with separator specified by 'field_separator'
-* field\_separator [TAB/SPACE/COMMA]
+* field\_separator [TAB/SPACE/COMMA/SOH]
* add_newline [yes/no]
* time_format
* format string like '%Y-%m-%d %H:%M:%S' or you want
* remove_prefix
* input tag 'test.foo' with 'remove_prefix test', output tag is 'foo'.
* 'default\_tag' configuration is used when input tag is completely equal to 'remove\_prefix'
-## AUTHORS
+## AUTHOR / CONTRIBUTORS
-* TAGOMORI Satoshi <tagomoris@gmail.com>
+* AUTHOR
+ * TAGOMORI Satoshi <tagomoris@gmail.com>
+* CONTRIBUTORS
+ * wolfg1969 https://github.com/wolfg1969
## LICENSE
* Copyright: Copyright (c) 2012- tagomoris
* License: Apache License, Version 2.0