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 (elastic#22377)

* mofidy doc

* fix pipeline

* fix

* changelog

(cherry picked from commit e7ba4d0)
  • Loading branch information
narph committed Nov 4, 2020
1 parent f302adc commit 75dfabc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ 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 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 75dfabc

Please sign in to comment.