Sha256: 6eb6eacbd87d98bfa78706ac2b0305eca01b6b5e8c55a07e4a4165755de73274
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
Contents
:plugin: pipe :type: input :default_codec: plain /////////////////////////////////////////// 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}s-{plugin}"] === Pipe input plugin include::{include_path}/plugin_header.asciidoc[] ==== Description Stream events from a long running command pipe. By default, each event is assumed to be one line. If you want to join lines, you'll want to use the multiline codec. [id="plugins-{type}s-{plugin}-options"] ==== Pipe Input 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}-command>> |<<string,string>>|Yes |======================================================================= Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all input plugins. [id="plugins-{type}s-{plugin}-command"] ===== `command` * This is a required setting. * Value type is <<string,string>> * There is no default value for this setting. Command to run and read events from, one line at a time. Example: [source,ruby] command => "echo hello world" [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] :default_codec!:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-input-pipe-3.0.7 | docs/index.asciidoc |