MCPcopy
hub / github.com/brimdata/zui / SecurityEventInterface

Interface SecurityEventInterface

apps/zui/src/ppl/detail/models/security-event.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import {ZeekEvent} from "./ZeekEvent"
5
6export interface SecurityEventInterface {
7 getType: () => string
8 getTime: () => Date
9 getRecord: () => zed.Record
10 getEndTime: () => Date | null
11}
12
13export class SecurityEvent {
14 static build(r: zed.Record) {

Callers

nothing calls this directly

Implementers 3

UnknownEventapps/zui/src/ppl/detail/models/Unknown
SuricataEventapps/zui/src/ppl/detail/models/Suricat
ZeekEventapps/zui/src/ppl/detail/models/ZeekEve

Calls

no outgoing calls

Tested by

no test coverage detected