Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
21
plugins/inputs/suricata/testdata/v2/flow.json
vendored
Normal file
21
plugins/inputs/suricata/testdata/v2/flow.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"timestamp": "2023-04-07T00:28:22.136079+0800",
|
||||
"flow_id": 911610881873910,
|
||||
"in_iface": "eth1",
|
||||
"event_type": "flow",
|
||||
"src_ip": "192.168.0.121",
|
||||
"src_port": 50212,
|
||||
"dest_ip": "142.251.130.3",
|
||||
"dest_port": 443,
|
||||
"proto": "TCP",
|
||||
"flow": {
|
||||
"age": 0,
|
||||
"state": "new",
|
||||
"alerted": false
|
||||
},
|
||||
"tcp": {
|
||||
"tcp_flags": "00",
|
||||
"tcp_flags_ts": "00",
|
||||
"tcp_flags_tc": "00"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue