Skip to content

Commit

Permalink
Add "source" field to JSON typing config for Zeek "weird" events (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jan 4, 2021
1 parent 38a5e69 commit 673207e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zealot/config/json_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3443,6 +3443,10 @@ export function getDefaultJsonTypeConfig() {
name: "peer",
type: "bstring"
},
{
name: "source",
type: "bstring"
},
{
name: "_write_ts",
type: "time"
Expand Down

0 comments on commit 673207e

Please sign in to comment.