README.rdoc in fluent-plugin-scribe-0.10.7 vs README.rdoc in fluent-plugin-scribe-0.10.8

- old
+ new

@@ -52,10 +52,11 @@ * port: port number (default: 1463) * bind: bind address (default: 0.0.0.0) * server_type: server architecture either in 'simple', 'threaded', 'thread_pool', 'nonblocking' (default: nonblocking) * is_framed: use framed protocol or not (default: true) * add_prefix: prefix string, added to the tag (default: nil) +* msg_format: format of the messages either in 'text', 'json', 'url_param' (default: text) === Scribe Output Please add the following configurations to fluent.conf. This allows fluentd to output its logs into another Scribe server. Note that fluentd conveys semi-structured data while Scribe conveys unstructured data, thus, 'field_ref' parameter is prepared to specify which field will be transferred. @@ -71,9 +72,10 @@ * host: host name or address (default: localhost) * port: port number (default: 1463) * field_ref: field name which sent as scribe log message (default: message) * timeout: thrift protocol timeout (default: 30) +* body_format: parse a body message as a specified format (default: 'text', option: 'json') * remove_prefix: prefix string, removed from the tag (default: nil) == For Developers To test this plugin, please execute the following command in your 'fluent' project directory, not scribe input plugin directory.