Sha256: 4d718dcb13be132467709cb9b2c99416222bcd2524a9634608514eb903fa0207

Contents?: true

Size: 1.65 KB

Versions: 1

Compression:

Stored size: 1.65 KB

Contents

:plugin: i18n
:type: filter

///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: %VERSION%
:release_date: %RELEASE_DATE%
:changelog_url: %CHANGELOG_URL%
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]

=== I18n filter plugin

include::{include_path}/plugin_header.asciidoc[]

==== Description

The i18n filter allows you to remove special characters
from a field

[id="plugins-{type}s-{plugin}-options"]
==== I18n Filter Configuration Options

This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.

[cols="<,<,<",options="header",]
|=======================================================================
|Setting |Input type|Required
| <<plugins-{type}s-{plugin}-transliterate>> |<<array,array>>|No
|=======================================================================

Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
filter plugins.

&nbsp;

[id="plugins-{type}s-{plugin}-transliterate"]
===== `transliterate` 

  * Value type is <<array,array>>
  * There is no default value for this setting.

Replaces non-ASCII characters with an ASCII approximation, or
if none exists, a replacement character which defaults to `?`

Example:
[source,ruby]
    filter {
      i18n {
         transliterate => ["field1", "field2"]
      }
    }



[id="plugins-{type}s-{plugin}-common-options"]
include::{include_path}/{type}.asciidoc[]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-filter-i18n-3.0.1-java docs/index.asciidoc