Fixed doc typo

This commit is contained in:
Eric Fontana
2014-08-08 07:35:58 -04:00
parent 9b85c00293
commit 7dac747365

View File

@@ -12,7 +12,7 @@ The following parameters are allowed when configuring WindowsEvents.
| *source* | string |Windows event logs | Application,System,Security | System |
| *binaryFormat* | string |Format of the "Data" binary field. | ASC,HEX,PRINT | **ASC** |
| *msgErrorMode* | string |Behavior when event messages or event category names cannot be resolved. |NULL,ERROR,MSG | **MSG** |
| *direction* | string |Format of the "Data" binary field. | FW,BW | **FW** |
| *direction* | string |Direction to scan the event logs | FW,BW | **FW** |
| *stringsSep* | string |Separator between values of the "Strings" field. | any string | vertical bar |
| *fullEventCode* | bool |Return the full event ID code instead of the friendly code. | true,false | **false** |
| *fullText* | bool |Retrieve the full text message | true,false | **true** |