We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3743373 commit 1ba1d9aCopy full SHA for 1ba1d9a
docs/versioned-plugins/include/6.x/input.asciidoc
@@ -151,7 +151,8 @@ a new input will not override the existing type. A type set at
151
the shipper stays with that event for its life even
152
when sent to another Logstash server.
153
154
-ifeval::["{type}"=="input" and "{plugin}"=="beats"]
+ifeval::["{type}"=="input"]
155
+ifeval::["{plugin}"=="beats"]
156
157
ifeval::["{versioned_docs}"!="true"]
158
NOTE: The Beats shipper automatically sets the `type` field on the event.
@@ -167,4 +168,5 @@ Logstash, it is ignored.
167
168
endif::[]
169
170
171
+endif::[]
172
0 commit comments