diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index f9ef81bfc2f..ac6ae7e5f46 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -199,6 +199,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix incorrect connection state mapping in zeek connection pipeline. {pull}22151[22151] {issue}22149[22149] - Fix missing variable when loading aws pipelines. {pull}22645[22645] - 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