Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluent-plugin-dedot_filter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-dedot_filter

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

fluent-plugin-dedot_filter

Fluentd Filter plugin to de-dot field name for elasticsearch.

Requirements

fluent-plugin-dedot_filterfluentd
>= 1.0.0>= v0.14.0
< 1.0.0>= v0.12.0

Installation

Add this line to your application's Gemfile:

# for fluentd v0.12
gem install fluent-plugin-dedot_filter -v "< 1.0.0"

# for fluentd v0.14 or higher
gem install fluent-plugin-dedot_filter

# for td-agent2
td-agent-gem install fluent-plugin-dedot_filter -v "< 1.0.0"

# for td-agent3
td-agent-gem install fluent-plugin-dedot_filter

Usage

<filter access.apache>
  @type             dedot
  de_dot            true
  de_dot_separator  _
  de_dot_nested     false
</filter>

parameters

  • de_dot (default: true)
  • de_dot_separator (default: '_')
  • de_dot_nested (default: false)

de_dot_separator cannot be or contain '.'. de_dot_nested will cause the plugin to recurse through nested structures (hashes and arrays), and remove dots in those key-names too.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 03 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc