mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
82f3b3cb78
commit
6669e2bd19
1 changed files with 38 additions and 0 deletions
38
docs/static/core-plugins/inputs/java-stdin.asciidoc
vendored
Normal file
38
docs/static/core-plugins/inputs/java-stdin.asciidoc
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
:plugin: java_stdin
|
||||
:type: input
|
||||
:default_codec: java_line
|
||||
|
||||
///////////////////////////////////////////
|
||||
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}"]
|
||||
|
||||
=== Java stdin input plugin
|
||||
|
||||
include::{include_path}/plugin_header.asciidoc[]
|
||||
|
||||
==== Description
|
||||
|
||||
Read events from standard input.
|
||||
|
||||
By default, each event is assumed to be terminated by end-of-line. If you want events delimited in a different
|
||||
method, you'll need to use a codec with support for that encoding.
|
||||
|
||||
[id="plugins-{type}s-{plugin}-options"]
|
||||
==== Stdin Input Configuration Options
|
||||
|
||||
There are no special configuration options for this plugin,
|
||||
but it does support the <<plugins-{type}s-{plugin}-common-options>>.
|
||||
|
||||
[id="plugins-{type}s-{plugin}-common-options"]
|
||||
include::{include_path}/{type}.asciidoc[]
|
||||
|
||||
:default_codec!:
|
Loading…
Add table
Add a link
Reference in a new issue