mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
30 lines
841 B
JSON
30 lines
841 B
JSON
{
|
|
"package": {
|
|
"name": "log",
|
|
"version": ""
|
|
},
|
|
"name": "soc-auth-sync-logs",
|
|
"namespace": "so",
|
|
"description": "Security Onion - Elastic Auth Sync - Logs",
|
|
"policy_id": "so-grid-nodes_general",
|
|
"inputs": {
|
|
"logs-logfile": {
|
|
"enabled": true,
|
|
"streams": {
|
|
"log.logs": {
|
|
"enabled": true,
|
|
"vars": {
|
|
"paths": [
|
|
"/opt/so/log/soc/sync.log"
|
|
],
|
|
"data_stream.dataset": "soc",
|
|
"tags": ["so-soc"],
|
|
"processors": "- dissect:\n tokenizer: \"%{event.action}\"\n field: \"message\"\n target_prefix: \"\"\n- add_fields:\n target: event\n fields:\n category: host\n module: soc\n dataset_temp: auth_sync",
|
|
"custom": "pipeline: common"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|