Skip to content

Commit

Permalink
Fix umbrella config: add input var (elastic#22892)
Browse files Browse the repository at this point in the history
(cherry picked from commit e5fc1be)
  • Loading branch information
marc-gr committed Dec 3, 2020
1 parent 43314ba commit a96a092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/module/cisco/umbrella/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a96a092

Please sign in to comment.