Skip to content

Commit

Permalink
Updated to support ELK 7.12 and tshark 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
H21lab committed Apr 16, 2021
1 parent 27bbb86 commit 8d3480a
Show file tree
Hide file tree
Showing 8 changed files with 250 additions and 219 deletions.
17 changes: 1 addition & 16 deletions Kibana/template_tshark_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,15 +548,6 @@
"dhcp_dhcp_option_vendor_pxeclient_end": {
"type": "short"
},
"dhcp_dhcp_option_vendor_cisco_suboption": {
"type": "short"
},
"dhcp_dhcp_option_vendor_aerohive_unknown": {
"type": "byte"
},
"dhcp_dhcp_option_vendor_aerohive_xiqipaddress": {
"type": "ip"
},
"dhcp_dhcp_option_vendor_cl_suboption": {
"type": "short"
},
Expand Down Expand Up @@ -1485,7 +1476,7 @@
"type": "float"
},
"ip_ip_flags": {
"type": "short"
"type": "integer"
},
"ip_ip_flags_sf": {
"type": "boolean"
Expand Down Expand Up @@ -1977,9 +1968,6 @@
"tcp_tcp_options_mptcp_ipver": {
"type": "short"
},
"tcp_tcp_options_mptcp_echo": {
"type": "short"
},
"tcp_tcp_options_mptcp_ipv4": {
"type": "ip"
},
Expand Down Expand Up @@ -2226,9 +2214,6 @@
},
"udp_udp_time_delta": {
"type": "date"
},
"udp_udp_payload": {
"type": "byte"
}
}
}
Expand Down
Loading

0 comments on commit 8d3480a

Please sign in to comment.