README.rdoc in fluent-plugin-scribe-0.10.11 vs README.rdoc in fluent-plugin-scribe-0.10.12
- old
+ new
@@ -72,22 +72,22 @@
* 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')
+* format_to_json: if true/yes, format entire record as json, and send as message (default: false)
* 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.
+To run fluentd with this plugin on chaging,
- $ export SCRIBE_PLUGIN_DIR=../fluent-plugin-scribe
- $ FLUENT_PLUGIN=$SCRIBE_PLUGIN_DIR/lib/fluent/plugin/ ./bin/fluentd --config $SCRIBE_PLUGIN_DIR/example.conf -v -v -v
+ $ bundle # (or 'bundle update')
+ $ bundle exec fluentd -v -v -v -c example.conf
Then please execute the sample client.
- $ ./bin/fluent-scribe-remote
+ $ bundle exec bin/fluent-scribe-remote
== Contributors
* {Satoshi Tagomori}[https://github.com/tagomoris]
* {Sadayuki Furuhashi}[https://github.com/frsyuki]