update template for eve.json output

This commit is contained in:
Wes Lambert
2018-11-03 15:11:49 +00:00
parent 123ddf6e42
commit a531dd6e52

View File

@@ -144,6 +144,14 @@
}
}
},
"application_protocol":{
"type":"text",
"fields":{
"keyword":{
"type":"keyword"
}
}
},
"assigned_ip":{
"type":"ip",
"fields":{
@@ -1093,6 +1101,14 @@
}
}
},
"flow_id":{
"type":"text",
"fields":{
"keyword":{
"type":"keyword"
}
}
},
"flow_label":{
"type":"text",
"fields":{