Files
TimberWinR/Filters.md
Eric Fontana 71b2dee43c More docs
2014-07-29 13:48:34 -04:00

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
                }
            ]
		}
	}
}