From b520d2330dc9340e89cbc578e7e2e466e57e5783 Mon Sep 17 00:00:00 2001 From: Marc Guasch Date: Tue, 5 Oct 2021 10:20:38 +0200 Subject: [PATCH] Fix contains check for forwarded tag --- packages/infoblox/changelog.yml | 5 +++++ .../infoblox/data_stream/nios/agent/stream/stream.yml.hbs | 2 +- packages/infoblox/data_stream/nios/agent/stream/tcp.yml.hbs | 2 +- packages/infoblox/data_stream/nios/agent/stream/udp.yml.hbs | 2 +- packages/infoblox/manifest.yml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/packages/infoblox/changelog.yml b/packages/infoblox/changelog.yml index 671d71e691c0..9e87da42a5e8 100644 --- a/packages/infoblox/changelog.yml +++ b/packages/infoblox/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.5.1" + changes: + - description: Fix logic that checks for the 'forwarded' tag + type: bugfix + link: https://github.com/elastic/integrations/pull/1824 - version: "0.5.0" changes: - description: Update to ECS 1.12.0 diff --git a/packages/infoblox/data_stream/nios/agent/stream/stream.yml.hbs b/packages/infoblox/data_stream/nios/agent/stream/stream.yml.hbs index dc90119376ae..04e90c1d3f59 100644 --- a/packages/infoblox/data_stream/nios/agent/stream/stream.yml.hbs +++ b/packages/infoblox/data_stream/nios/agent/stream/stream.yml.hbs @@ -16,7 +16,7 @@ fields: vendor: "Infoblox" product: "Network" type: "IPAM" -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} diff --git a/packages/infoblox/data_stream/nios/agent/stream/tcp.yml.hbs b/packages/infoblox/data_stream/nios/agent/stream/tcp.yml.hbs index 3ca6da9954bb..6cd345af53e0 100644 --- a/packages/infoblox/data_stream/nios/agent/stream/tcp.yml.hbs +++ b/packages/infoblox/data_stream/nios/agent/stream/tcp.yml.hbs @@ -13,7 +13,7 @@ fields: vendor: "Infoblox" product: "Network" type: "IPAM" -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} diff --git a/packages/infoblox/data_stream/nios/agent/stream/udp.yml.hbs b/packages/infoblox/data_stream/nios/agent/stream/udp.yml.hbs index df45ca373120..dbdd54da78c4 100644 --- a/packages/infoblox/data_stream/nios/agent/stream/udp.yml.hbs +++ b/packages/infoblox/data_stream/nios/agent/stream/udp.yml.hbs @@ -13,7 +13,7 @@ fields: vendor: "Infoblox" product: "Network" type: "IPAM" -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} diff --git a/packages/infoblox/manifest.yml b/packages/infoblox/manifest.yml index 469e608e3d68..8211c8823625 100644 --- a/packages/infoblox/manifest.yml +++ b/packages/infoblox/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: infoblox title: Infoblox NIOS -version: 0.5.0 +version: 0.5.1 description: This Elastic integration collects logs from Infoblox NIOS categories: ["network"] release: experimental