test fixes and new product advisories work
This commit is contained in:
28
tests/reachability/fixtures/ebpf/events/ssl-events.json
Normal file
28
tests/reachability/fixtures/ebpf/events/ssl-events.json
Normal file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"event_type": 5,
|
||||
"timestamp_ns": 1000500000000,
|
||||
"pid": 1234,
|
||||
"cgroup_id": 1234567890,
|
||||
"comm": "myapp",
|
||||
"payload": {
|
||||
"operation": 1,
|
||||
"requested_bytes": 1024,
|
||||
"actual_bytes": 1024,
|
||||
"ssl_ptr": 140234567890
|
||||
}
|
||||
},
|
||||
{
|
||||
"event_type": 5,
|
||||
"timestamp_ns": 1000600000000,
|
||||
"pid": 1234,
|
||||
"cgroup_id": 1234567890,
|
||||
"comm": "myapp",
|
||||
"payload": {
|
||||
"operation": 0,
|
||||
"requested_bytes": 4096,
|
||||
"actual_bytes": 2048,
|
||||
"ssl_ptr": 140234567890
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user