Skip to content

Commit

Permalink
elastic#25154: Remove space from field sophos.xg.trans_src_ ip (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 authored May 4, 2021
1 parent 478a57d commit 0d955a0
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 @@ -393,6 +393,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Change `checkpoint.source_object` from Long to Keyword. {issue}25124[25124] {pull}25145[25145]
- Fix s3 input when there is a blank line in the log file. {pull}25357[25357]
- Fix Nginx module pipelines. {issue}19088[19088] {pull}24699[24699]
- 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 @@ -142465,7 +142465,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 0d955a0

Please sign in to comment.