MerlinDMC / fluent-plugin-filter-urldecode

A filter plugin to decode percent encoded fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluent-plugin-filter-urldecode

Build Status Gem Version

Overview

A percent decode filter for Fluentd.

Configuration

Decode percent encoded fields

<source>
  @type dummy
  tag example
  dummy {"message": "1%202%203"}
</source>

<filter example>
  @type urldecode
  fields message
</filter>

<match **>
  @type stdout
</match>

About

A filter plugin to decode percent encoded fields

License:MIT License


Languages

Language:Ruby 100.0%