mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
df4ffd5890
commit
f280f48f89
1 changed files with 36 additions and 0 deletions
36
docs/static/core-plugins/outputs/java-sink.asciidoc
vendored
Normal file
36
docs/static/core-plugins/outputs/java-sink.asciidoc
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
:plugin: sink
|
||||
:type: output
|
||||
:default_codec!:
|
||||
|
||||
///////////////////////////////////////////
|
||||
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}"]
|
||||
|
||||
=== Sink output plugin
|
||||
|
||||
include::{include_path}/plugin_header.asciidoc[]
|
||||
|
||||
==== Description
|
||||
|
||||
An event sink that discards any events received. Generally useful for testing the performance of inputs
|
||||
and filters.
|
||||
|
||||
[id="plugins-{type}s-{plugin}-options"]
|
||||
==== Sink Output 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