Sha256: 142933f9d976c7bd3cc035e463eafaaf8770f537f4a5e704bd9937f81d4e9b12
Contents?: true
Size: 1.78 KB
Versions: 1
Compression:
Stored size: 1.78 KB
Contents
:plugin: oui :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}"] === Oui filter plugin include::{include_path}/plugin_header.asciidoc[] ==== Description Logstash filter to parse OUI data from MAC addresses [id="plugins-{type}s-{plugin}-options"] ==== Oui 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}-source>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-target>> |<<string,string>>|No |======================================================================= Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all filter plugins. [id="plugins-{type}s-{plugin}-source"] ===== `source` * Value type is <<string,string>> * Default value is `"message"` Setting the config_name here is required. This is how you configure this filter from your Logstash config. filter { example { message => "My message..." } } The source field to parse [id="plugins-{type}s-{plugin}-target"] ===== `target` * Value type is <<string,string>> * Default value is `"oui"` The target field to place all the data [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-oui-3.0.1-java | docs/index.asciidoc |