Skip to content

Commit

Permalink
Cherry-pick elastic#25250 to 7.12: [Filebeat] Remove space from field…
Browse files Browse the repository at this point in the history
… `sophos.xg.trans_src_ ip` (elastic#25525)

* elastic#25154: Remove space from field `sophos.xg.trans_src_ ip` (elastic#25250)

(cherry picked from commit 0d955a0)

* Update CHANGELOG.next.asciidoc

Co-authored-by: Marius Iversen <[email protected]>
  • Loading branch information
legoguy1000 and P1llus authored May 5, 2021
1 parent 80c38f6 commit 77c68c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix event.type for zeek/ssl and duplicate event.category for zeek/connection {pull}20696[20696]
- Add json body check for sqs message. {pull}21727[21727]
- Drop aws.vpcflow.pkt_srcaddr and aws.vpcflow.pkt_dstaddr when equal to "-". {pull}22721[22721] {issue}22716[22716]
- Remove space from field `sophos.xg.trans_src_ ip`. {issue}25154[25154] {pull}25250[25250]

*Heartbeat*

Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -135091,7 +135091,7 @@ type: long

--

*`sophos.xg.trans_src_ ip`*::
*`sophos.xg.trans_src_ip`*::
+
--
Translated source IP address for outgoing traffic
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/sophos/fields.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion x-pack/filebeat/module/sophos/xg/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
description: >
Total number of bytes received
- name: trans_src_ ip
- name: trans_src_ip
type: ip
description: >
Translated source IP address for outgoing traffic
Expand Down

0 comments on commit 77c68c5

Please sign in to comment.