@cappern/node-red-netflow
Version:
Node-RED node that decodes NetFlow data.
52 lines • 1.18 kB
JSON
[
{
"id": "udp_in_netflow",
"type": "udp in",
"z": "0bd538132ebb5b0e",
"name": "Netflow IN",
"iface": "",
"port": "2055",
"ipv": "udp4",
"multicast": "false",
"group": "",
"datatype": "buffer",
"x": 280,
"y": 660,
"wires": [
[
"e8ea647df37c0b1c"
]
]
},
{
"id": "debug_parsed_netflow",
"type": "debug",
"z": "0bd538132ebb5b0e",
"name": "Decoded NetFlow Data",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 870,
"y": 660,
"wires": []
},
{
"id": "e8ea647df37c0b1c",
"type": "netflow",
"z": "0bd538132ebb5b0e",
"name": "",
"x": 560,
"y": 660,
"wires": [
[
"debug_parsed_netflow",
"d1a3e48d13129956"
]
]
}
]