This commit is contained in:
Eric Fontana
2014-07-30 08:26:08 -04:00
parent e682f5298c
commit eecef2d59c

View File

@@ -30,8 +30,9 @@ Example Input: Monitors all files (recursively) located at C:\Logs1\ matching *.
```
## Fields
After a successful parse of an event, the following fields are added:
| Name | Type | Description |
| ---- |:-----| :-----------------------------------------------------------------------|
| ---- |:-----| :-----------|
| LogFilename | STRING |Full path of the file containing this line |
| Index | INTEGER | Line number |
| Text | STRING | Text line content |