mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
35 lines
864 B
JSON
35 lines
864 B
JSON
{
|
|
"package": {
|
|
"name": "udp",
|
|
"version": ""
|
|
},
|
|
"name": "syslog-udp-514",
|
|
"namespace": "so",
|
|
"description": "Syslog over UDP Port 514",
|
|
"policy_id": "so-grid-nodes_general",
|
|
"inputs": {
|
|
"udp-udp": {
|
|
"enabled": true,
|
|
"streams": {
|
|
"udp.generic": {
|
|
"enabled": true,
|
|
"vars": {
|
|
"listen_address": "0.0.0.0",
|
|
"listen_port": "514",
|
|
"data_stream.dataset": "syslog",
|
|
"pipeline": "syslog",
|
|
"max_message_size": "10KiB",
|
|
"keep_null": false,
|
|
"processors": "- add_fields:\n target: event\n fields: \n module: syslog\n",
|
|
"tags": [
|
|
"syslog"
|
|
],
|
|
"syslog_options": "field: message\n#format: auto\n#timezone: Local"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"force": true
|
|
}
|