fluent-plugin-ua-parser icon indicating copy to clipboard operation
fluent-plugin-ua-parser copied to clipboard

Fluentd filter plugin to parse user-agent

Results 3 fluent-plugin-ua-parser issues
Sort by recently updated
recently updated
newest added

Forth level version number are casts by date, i've added a restriction on the third level of this version to avoid this issue [issue#17](https://github.com/bungoume/fluent-plugin-ua-parser/pull/18/commits/1e85e549647eedac015f572a922d9624c3200376)

Hi There, Getting the following error. ``` 2020-11-12 09:51:10 +0000 [warn]: #0 dump an error event: error_class=Fluent::Plugin::ElasticsearchErrorHandler::ElasticsearchError error="400 - Rejected by Elasticsearch [error type]: mapper_parsing_exception [reason]: 'failed to parse field...

As I need device type for my fluentd log parsing, here I add new dependency to this plugin from https://github.com/podigee/device_detector. Any input will be appreciated. Thank you.