-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When we try to create the policy bellow:
{
"version": "1.0",
"visor": {
"policies": {
"policy2": {
"handlers": {
"modules": [
{
"default_dns": {
"type": "dns",
"config": {
"in_key": "in_value"
}
}
},
{
"default_net": {
"type": "net"
}
}
]
},
"input": {
"filter": {
"bpf": "udp port 53"
},
"input_type": "pcap",
"tap": "default"
},
"kind": "collection"
}
}
}
}
We got the following error
{
"error": "missing or invalid stream handler type at key 'type'"
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working