README.md in fluent-plugin-woothee-0.1.0 vs README.md in fluent-plugin-woothee-0.1.1

- old
+ new

@@ -2,11 +2,11 @@ ## WootheeOutput 'fluent-plugin-woothee' is a Fluentd plugin to parse UserAgent strings and to filter/drop specified categories of user terminals (like 'pc', 'smartphone' and so on). -'woothee' is multi-language user-agent strings parser project. See: https://github.com/tagomoris/woothee +'woothee' is multi-language user-agent strings parser project. See: https://github.com/woothee/woothee ## Configuration To add woothee parser result into matched messages: @@ -27,9 +27,10 @@ add_prefix merged merge_agent_info yes out_key_name ua_name out_key_category ua_category out_key_os ua_os + out_key_os_version ua_os_version out_key_version ua_version out_key_vendor ua_vendor </match> To re-emit messages with specified user-agent categories (and merge woothee parser result), configure like this: