Skip to content

Commit

Permalink
The socket.entity_id field was removed in 7.4.0 (#32316) (#32391)
Browse files Browse the repository at this point in the history
* The socket.entity_id field was removed in 7.4.0

see - #17346

* Remove socket.entity_id field from fields.yml

Co-authored-by: dedemorton <dede.morton@elastic.co>
(cherry picked from commit ccee622)

Co-authored-by: Daisuke Harada <1519063+dharada@users.noreply.github.com>
  • Loading branch information
mergify[bot] and dharada authored Jul 18, 2022
1 parent 133b0fa commit c5b0c63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
11 changes: 0 additions & 11 deletions auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18590,17 +18590,6 @@ type: keyword
--
XX64 hash of the executable.
type: keyword
--
*`socket.entity_id`*::
+
--
ID uniquely identifying the socket. It is computed as a SHA-256 hash of the host ID, socket inode, local IP, local port, remote IP, and remote port.
type: keyword
--
Expand Down
9 changes: 0 additions & 9 deletions x-pack/auditbeat/module/system/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@
type: keyword
description: XX64 hash of the executable.

- name: socket
type: group
fields:
- name: entity_id
type: keyword
description: >
ID uniquely identifying the socket. It is computed as a SHA-256 hash of the
host ID, socket inode, local IP, local port, remote IP, and remote port.
- name: system.audit
type: group
description: >
Expand Down
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5b0c63

Please sign in to comment.