mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Osquery Parsing fix
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
"source": "def dict = ['result': new HashMap()]; for (entry in ctx['message2'].entrySet()) { dict['result'][entry.getKey()] = entry.getValue(); } ctx['osquery'] = dict; "
|
"source": "def dict = ['result': new HashMap()]; for (entry in ctx['message2'].entrySet()) { dict['result'][entry.getKey()] = entry.getValue(); } ctx['osquery'] = dict; "
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ "set": { "field": "event.module", "value": "osquery" } },
|
{ "set": { "field": "event.module", "value": "osquery", "override": false } },
|
||||||
{ "set": { "field": "event.dataset", "value": "{{osquery.result.name}}"} },
|
{ "set": { "field": "event.dataset", "value": "{{osquery.result.name}}", "override": false} },
|
||||||
{ "pipeline": { "name": "common" } }
|
{ "pipeline": { "name": "common" } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user