From 2d2ede5623d713e6e725ff9cd6f0c4efe5810a9e Mon Sep 17 00:00:00 2001 From: Marc Guasch Date: Thu, 3 Dec 2020 14:37:51 +0100 Subject: [PATCH] Fix umbrella config: add input var --- 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 b8c2074d7a0..a2a9292b13d 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -339,6 +339,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix Zeek dashboard reference to `zeek.ssl.server.name` field. {pull}21696[21696] - 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