Skip to content

Commit 1ba1d9a

Browse files
authored
Asciidoctor support again (#691)
Break another multi-valued conditional into two so Asciidoctor can use it.
1 parent 3743373 commit 1ba1d9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/versioned-plugins/include/6.x/input.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ a new input will not override the existing type. A type set at
151151
the shipper stays with that event for its life even
152152
when sent to another Logstash server.
153153

154-
ifeval::["{type}"=="input" and "{plugin}"=="beats"]
154+
ifeval::["{type}"=="input"]
155+
ifeval::["{plugin}"=="beats"]
155156

156157
ifeval::["{versioned_docs}"!="true"]
157158
NOTE: The Beats shipper automatically sets the `type` field on the event.
@@ -167,4 +168,5 @@ Logstash, it is ignored.
167168
endif::[]
168169

169170
endif::[]
171+
endif::[]
170172

0 commit comments

Comments
 (0)