mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Add conditional directives to handle plugins with no codec
Fixes #10078
This commit is contained in:
parent
fdef42897d
commit
1e914ebc7a
2 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,7 @@ endif::[]
|
||||||
|
|
||||||
Add a field to an event
|
Add a field to an event
|
||||||
|
|
||||||
|
ifndef::no_codec[]
|
||||||
ifeval::["{versioned_docs}"!="true"]
|
ifeval::["{versioned_docs}"!="true"]
|
||||||
[id="plugins-{type}s-{plugin}-codec"]
|
[id="plugins-{type}s-{plugin}-codec"]
|
||||||
endif::[]
|
endif::[]
|
||||||
|
@ -64,6 +65,7 @@ ifndef::default_codec[]
|
||||||
endif::[]
|
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.
|
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"]
|
ifeval::["{versioned_docs}"!="true"]
|
||||||
[id="plugins-{type}s-{plugin}-enable_metric"]
|
[id="plugins-{type}s-{plugin}-enable_metric"]
|
||||||
|
|
|
@ -25,6 +25,7 @@ ifeval::["{versioned_docs}"=="true"]
|
||||||
|=======================================================================
|
|=======================================================================
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
|
ifndef::no_codec[]
|
||||||
ifeval::["{versioned_docs}"!="true"]
|
ifeval::["{versioned_docs}"!="true"]
|
||||||
[id="plugins-{type}s-{plugin}-codec"]
|
[id="plugins-{type}s-{plugin}-codec"]
|
||||||
endif::[]
|
endif::[]
|
||||||
|
@ -42,6 +43,7 @@ ifndef::default_codec[]
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
The codec used for output data. Output codecs are a convenient method for encoding your data before it leaves the output without needing a separate filter in your Logstash pipeline.
|
The codec used for output data. Output codecs are a convenient method for encoding your data before it leaves the output without needing a separate filter in your Logstash pipeline.
|
||||||
|
endif::no_codec[]
|
||||||
|
|
||||||
ifeval::["{versioned_docs}"!="true"]
|
ifeval::["{versioned_docs}"!="true"]
|
||||||
[id="plugins-{type}s-{plugin}-enable_metric"]
|
[id="plugins-{type}s-{plugin}-enable_metric"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue