Skip to content

Commit

Permalink
Remove duplicated field process.entity_id (#17089)
Browse files Browse the repository at this point in the history
Auditbeat was declaring this field before it was introduced in ECS 1.5
leading to duplication.

Fixes #17042
  • Loading branch information
adriansr authored Mar 18, 2020
1 parent 07cc032 commit f01a126
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
10 changes: 0 additions & 10 deletions auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10195,16 +10195,6 @@ type: keyword
--
*`process.entity_id`*::
+
--
ID uniquely identifying the process. It is computed as a SHA-256 hash of the host ID, PID, and process start time.
type: keyword
--
[float]
=== hash
Expand Down
5 changes: 0 additions & 5 deletions x-pack/auditbeat/module/system/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
- name: process
type: group
fields:
- name: entity_id
type: keyword
description: >
ID uniquely identifying the process. It is computed as a SHA-256 hash of the
host ID, PID, and process start time.
- name: hash
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 f01a126

Please sign in to comment.