Skip to content

Commit

Permalink
add zeek.quic mappings
Browse files Browse the repository at this point in the history
Signed-off-by: reyesj2 <[email protected]>
  • Loading branch information
reyesj2 committed Jan 8, 2025
1 parent 5969e9a commit 0e87351
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions salt/elasticsearch/templates/component/ecs/zeek.json
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,32 @@
}
}
},
"quic": {
"type": "object",
"properties": {
"server_name": {
"type": "keyword"
},
"version": {
"type": "short"
},
"client_initial_dcid": {
"type": "keyword"
},
"client_scid": {
"type": "keyword"
},
"server_scid": {
"type": "keyword"
},
"client_protocol": {
"type": "keyword"
},
"history": {
"type": "keyword"
}
}
},
"radius": {
"properties": {
"connect_info": {
Expand Down

0 comments on commit 0e87351

Please sign in to comment.