mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
1e914ebc7a
commit
095fa9aa95
2 changed files with 9 additions and 0 deletions
|
@ -11,7 +11,9 @@ ifeval::["{versioned_docs}"!="true"]
|
|||
|=======================================================================
|
||||
|Setting |Input type|Required
|
||||
| <<plugins-{type}s-{plugin}-add_field>> |{logstash-ref}/configuration-file-structure.html#hash[hash]|No
|
||||
ifndef::no_codec[]
|
||||
| <<plugins-{type}s-{plugin}-codec>> |{logstash-ref}/configuration-file-structure.html#codec[codec]|No
|
||||
endif::no_codec[]
|
||||
| <<plugins-{type}s-{plugin}-enable_metric>> |{logstash-ref}/configuration-file-structure.html#boolean[boolean]|No
|
||||
| <<plugins-{type}s-{plugin}-id>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
|
||||
| <<plugins-{type}s-{plugin}-tags>> |{logstash-ref}/configuration-file-structure.html#array[array]|No
|
||||
|
@ -22,7 +24,9 @@ ifeval::["{versioned_docs}"=="true"]
|
|||
|=======================================================================
|
||||
|Setting |Input type|Required
|
||||
| <<{version}-plugins-{type}s-{plugin}-add_field>> |{logstash-ref}/configuration-file-structure.html#hash[hash]|No
|
||||
ifndef::no_codec[]
|
||||
| <<{version}-plugins-{type}s-{plugin}-codec>> |{logstash-ref}/configuration-file-structure.html#codec[codec]|No
|
||||
endif::no_codec[]
|
||||
| <<{version}-plugins-{type}s-{plugin}-enable_metric>> |{logstash-ref}/configuration-file-structure.html#boolean[boolean]|No
|
||||
| <<{version}-plugins-{type}s-{plugin}-id>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
|
||||
| <<{version}-plugins-{type}s-{plugin}-tags>> |{logstash-ref}/configuration-file-structure.html#array[array]|No
|
||||
|
@ -67,6 +71,7 @@ endif::[]
|
|||
The codec used for input data. Input codecs are a convenient method for decoding your data before it enters the input, without needing a separate filter in your Logstash pipeline.
|
||||
endif::no_codec[]
|
||||
|
||||
|
||||
ifeval::["{versioned_docs}"!="true"]
|
||||
[id="plugins-{type}s-{plugin}-enable_metric"]
|
||||
endif::[]
|
||||
|
|
|
@ -10,7 +10,9 @@ ifeval::["{versioned_docs}"!="true"]
|
|||
[cols="<,<,<",options="header",]
|
||||
|=======================================================================
|
||||
|Setting |Input type|Required
|
||||
ifndef::no_codec[]
|
||||
| <<plugins-{type}s-{plugin}-codec>> |{logstash-ref}/configuration-file-structure.html#codec[codec]|No
|
||||
endif::no_codec[]
|
||||
| <<plugins-{type}s-{plugin}-enable_metric>> |{logstash-ref}/configuration-file-structure.html#boolean[boolean]|No
|
||||
| <<plugins-{type}s-{plugin}-id>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
|
||||
|=======================================================================
|
||||
|
@ -19,7 +21,9 @@ ifeval::["{versioned_docs}"=="true"]
|
|||
[cols="<,<,<",options="header",]
|
||||
|=======================================================================
|
||||
|Setting |Input type|Required
|
||||
ifndef::no_codec[]
|
||||
| <<{version}-plugins-{type}s-{plugin}-codec>> |{logstash-ref}/configuration-file-structure.html#codec[codec]|No
|
||||
endif::no_codec[]
|
||||
| <<{version}-plugins-{type}s-{plugin}-enable_metric>> |{logstash-ref}/configuration-file-structure.html#boolean[boolean]|No
|
||||
| <<{version}-plugins-{type}s-{plugin}-id>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
|
||||
|=======================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue