Skip to content

Commit

Permalink
Fix for field [source] not present as part of path [source.ip] erro…
Browse files Browse the repository at this point in the history
…r in azure pipelines (#22377)

* mofidy doc

* fix pipeline

* fix

* changelog
  • Loading branch information
narph committed Nov 4, 2020
1 parent d2ea3c8 commit e7ba4d0
Show file tree
Hide file tree
Showing 3 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 @@ -293,6 +293,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 handing missing eventtime and assignip field being set to N/A for fortinet module. {pull}22361[22361]
- 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]

*Heartbeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ processors:
- geoip:
field: source.ip
target_field: source.geo
ignore_missing: true
- geoip:
database_file: GeoLite2-ASN.mmdb
field: source.ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ processors:
- geoip:
field: source.ip
target_field: source.geo
ignore_missing: true
- geoip:
database_file: GeoLite2-ASN.mmdb
field: source.ip
Expand Down

0 comments on commit e7ba4d0

Please sign in to comment.