Enhancement:
- report elapsed_time on debug log level
- Increase MAPPING_MAX_NUM and KEY_MAX_NUM to 1024
Other:
- Remove support for 1.9.2
Enhancement:
- Support
log_level
option of Fleuntd v0.10.43
Fixes:
- Revert background post. I met troubles that fluentd process does not die.
Enhancement:
- Enrich log a bit
Changes:
- fluent-plugin-yohoushi is now a buffered plugin, it will post in background
Fixes:
- Fix ${time} placeholder
Enhancement:
- Add
enable_ruby false
option - Add
tag_prefix
andtag_suffix
placeholders
Changes:
- Rename ${tags} placeholders to ${tag_parts} placeholder to support plugin standard (see fluent-plugin-record-reformer, fluent-plugin-rewrite-tag-filter)
Enhancement:
- Support derive
Fixes:
- Fix NameError of ConfigError
First version