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

fluent-plugin-query-fingerprint

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-query-fingerprint

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

fluent-plugin-query-fingerprint

Fluentd filter plugin to normalize SQL queires.

This plugin does something like pt-fingerprint to specific fields.

Installation

RubyGems

$ gem install fluent-plugin-query-fingerprint

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-query-fingerprint"

And then execute:

$ bundle

Configuration

  • query_key (string)(required): The field name that contain queries to be fingerprinted.
  • fingerprint_key (string)(required): The field name to output fingerprint.
  • preserve_embedded_numbers (boolean)(optional): If it is set to true, the filter does not replace numbers in identifiers. Deafults to false.

Example Configuration

<filter pattern>
  @type query_fingerprint
  query_key sql
  fingerprint_key fingerprint
</filter>
  • Copyright(c) 2019- Genta Kamitani
  • License
    • Apache License, Version 2.0

FAQs

Package last updated on 08 Jan 2020

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