Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated field process.entity_id #17089

Merged
merged 1 commit into from
Mar 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
@@ -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

5 changes: 0 additions & 5 deletions x-pack/auditbeat/module/system/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -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: >
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.