We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1714966 commit 56f267aCopy full SHA for 56f267a
src/core/server/logging/ecs.ts
@@ -42,7 +42,7 @@ interface EcsProcessField {
42
export interface EcsEventField {
43
kind?: EcsEventKind;
44
category?: EcsEventCategory[];
45
- type?: string;
+ type?: EcsEventType;
46
}
47
48
export enum EcsEventKind {
0 commit comments