Skip to content

Commit

Permalink
Cherry-pick #22377 to 7.10: Fix for `field [source] not present as pa…
Browse files Browse the repository at this point in the history
…rt of path [source.ip]` error in azure pipelines (#22421)

* Fix for  `field [source] not present as part of path [source.ip]` error in azure pipelines (#22377)

* mofidy doc

* fix pipeline

* fix

* changelog

(cherry picked from commit e7ba4d0)

* chnagelog
  • Loading branch information
narph committed Nov 4, 2020
1 parent 16bf6d6 commit 3c488fe
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 @@ -312,6 +312,7 @@ field. You can revert this change by configuring tags for the module and omittin
- Fix syslog RFC 5424 parsing in the CheckPoint module. {pull}21854[21854]
- 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 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 3c488fe

Please sign in to comment.