From 011d177cc0f00940353ca13f3636c9694ef54336 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Tue, 30 Apr 2019 13:02:02 -0400 Subject: [PATCH] Asciidoctor support again Break another multi-valued conditional into two so Asciidoctor can use it. --- docs/versioned-plugins/include/6.x/input.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/versioned-plugins/include/6.x/input.asciidoc b/docs/versioned-plugins/include/6.x/input.asciidoc index 861bf8dea..3c46294c7 100644 --- a/docs/versioned-plugins/include/6.x/input.asciidoc +++ b/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 the shipper stays with that event for its life even when sent to another Logstash server. -ifeval::["{type}"=="input" and "{plugin}"=="beats"] +ifeval::["{type}"=="input"] +ifeval::["{plugin}"=="beats"] ifeval::["{versioned_docs}"!="true"] NOTE: The Beats shipper automatically sets the `type` field on the event. @@ -167,4 +168,5 @@ Logstash, it is ignored. endif::[] endif::[] +endif::[]