Sha256: c9c5f36f0b84d9f060ca1777d1378f5d1f3098f7c8edc2a345aa3750964114ed
Contents?: true
Size: 1.65 KB
Versions: 2
Compression:
Stored size: 1.65 KB
Contents
:plugin: pipe :type: input /////////////////////////////////////////// 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[]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logstash-input-pipe-3.0.6 | docs/index.asciidoc |
logstash-input-pipe-3.0.5 | docs/index.asciidoc |