Skip to content

Commit 56f267a

Browse files
committed
minor fix
1 parent 1714966 commit 56f267a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/server/logging/ecs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface EcsProcessField {
4242
export interface EcsEventField {
4343
kind?: EcsEventKind;
4444
category?: EcsEventCategory[];
45-
type?: string;
45+
type?: EcsEventType;
4646
}
4747

4848
export enum EcsEventKind {

0 commit comments

Comments
 (0)