1.2 KiB
1.2 KiB
Filters
The following filters are provided.
| Filter | Description |
|---|---|
| grok | Similar to the logstash grok filter |
| date | Similar to the logstash date filter |
| mutate | Similar to the logstash mutate filter |
| Example Input: |
{
"TimberWinR": {
"Inputs": {
"WindowsEvents": [
{
"source": "System,Application",
"binaryFormat": "PRINT",
"resolveSIDS": true
}
]
}
}
}