Skip to content

Commit

Permalink
Remove log.original field per elastic/ecs#1580.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Oct 1, 2021
1 parent b799b1c commit a4ab2f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/kbn-logging/src/ecs/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export interface EcsLog {
level?: string;
logger?: string;
origin?: Origin;
/** @deprecated - use `event.original` instead */
original?: string;
syslog?: Syslog;
}

Expand Down

0 comments on commit a4ab2f3

Please sign in to comment.