Skip to content

Commit

Permalink
Remove process.ppid field per elastic/ecs#1596.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Oct 1, 2021
1 parent a4ab2f3 commit 9aa8e46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kbn-logging/src/ecs/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export interface EcsProcess extends NestedFields {
name?: string;
pgid?: number;
pid?: number;
ppid?: number;
start?: string;
title?: string;
uptime?: number;
Expand Down

0 comments on commit 9aa8e46

Please sign in to comment.