mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 14:02:52 +01:00
30 lines
700 B
JSON
30 lines
700 B
JSON
{
|
|
"package": {
|
|
"name": "log",
|
|
"version": ""
|
|
},
|
|
"name": "suricata-logs",
|
|
"namespace": "so",
|
|
"description": "Suricata integration",
|
|
"policy_id": "so-grid-nodes_general",
|
|
"inputs": {
|
|
"logs-logfile": {
|
|
"enabled": true,
|
|
"streams": {
|
|
"log.logs": {
|
|
"enabled": true,
|
|
"vars": {
|
|
"paths": [
|
|
"/nsm/suricata/eve*.json"
|
|
],
|
|
"data_stream.dataset": "suricata",
|
|
"tags": [],
|
|
"processors": "- add_fields:\n target: event\n fields:\n category: network\n module: suricata",
|
|
"custom": "pipeline: suricata.common"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|