eriknaslund / fluent-plugin-filter-base64-decode

A filter plugin to decode base64 encoded fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluent-plugin-filter-base64-decode

Build Status Gem Version

Overview

A base64 decode filter for Fluentd.

Configuration

Decode base64 encoded fields

<source>
  @type dummy
  tag example
  dummy {"message": "SGVsbG8gV29ybGQhCg=="}
</source>

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

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

About

A filter plugin to decode base64 encoded fields

License:MIT License


Languages

Language:Ruby 100.0%