From a96a092358fb166c2c9d6b73262b19229fb8e04d Mon Sep 17 00:00:00 2001 From: Marc Guasch Date: Thu, 3 Dec 2020 15:54:26 +0100 Subject: [PATCH] Fix umbrella config: add input var (#22892) (cherry picked from commit e5fc1bef3fc75dbfb13b903ae9bdd327d24298a3) --- CHANGELOG.next.asciidoc | 1 + x-pack/filebeat/module/cisco/umbrella/manifest.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 33332223cd1..eed8ddb3610 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -238,6 +238,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix handing missing eventtime and assignip field being set to N/A for fortinet module. {pull}22361[22361] - Fix for `field [source] not present as part of path [source.ip]` error in azure pipelines. {pull}22377[22377] - Drop aws.vpcflow.pkt_srcaddr and aws.vpcflow.pkt_dstaddr when equal to "-". {pull}22721[22721] {issue}22716[22716] +- Fix cisco umbrella module config by adding input variable. {pull}22892[22892] *Heartbeat* diff --git a/x-pack/filebeat/module/cisco/umbrella/manifest.yml b/x-pack/filebeat/module/cisco/umbrella/manifest.yml index f85553d29eb..a5ab766e2b3 100644 --- a/x-pack/filebeat/module/cisco/umbrella/manifest.yml +++ b/x-pack/filebeat/module/cisco/umbrella/manifest.yml @@ -7,6 +7,8 @@ var: default: 300 - name: api_timeout default: 120 + - name: input + default: s3 ingest_pipeline: ingest/pipeline.yml input: config/input.yml