No commit activity in last 3 years
No release in over 3 years
Fluent plugin, IP address resolv and rewrite.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
>= 0

Runtime

 Project Readme

Fluent::Plugin::Resolv, a plugin for Fluentd

Fluent plugin, IP address resolv and rewrite.

Installation

Add this line to your application's Gemfile:

gem 'fluent-plugin-resolv'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fluent-plugin-resolv

Usage

<match hoge.foo>
  type resolv
</match>

Configuration

  • key_name

    target key. default is host.

  • add_prefix / remove_prefix

    remove_prefix: removes the string from a prefix of tag.

    add_prefix: prepend the string to a tag.

inside

using ruby Resolv.

TODO

any patches, fork and so on. welcome !