More docs

This commit is contained in:
Eric Fontana
2014-07-29 13:48:34 -04:00
parent f4b1fd0664
commit 71b2dee43c
3 changed files with 12 additions and 4 deletions

View File

@@ -4,9 +4,9 @@ The following filters are provided.
| Filter | Description
| :---------------- |:-----------------------------------------------------------------------
| *[grok][1]* |Similar to the logstash grok filter
| *date* |Format of the "Data" binary field.
| *mutate* |Behavior when event messages or event category names cannot be resolved.
| *[grok][4]* |Similar to the [logstash grok][1] filter
| *[date][5]* |Similar to the [logstash date][2] filter
| *[mutate][6]* |Similar to the [logstash mutate][3] filter
Example Input:
```json
{
@@ -25,4 +25,9 @@ Example Input:
```
[1]: http://logstash.net/docs/1.4.2/filters/grok
[1]: http://logstash.net/docs/1.4.2/filters/grok
[2]: http://logstash.net/docs/1.4.2/filters/date
[3]: http://logstash.net/docs/1.4.2/filters/mutate
[4]: https://github.com/efontana/TimberWinR/blob/master/mdocs/GrokFilter.md
[5]: https://github.com/efontana/TimberWinR/blob/master/mdocs/DateFilter.md
[6]: https://github.com/efontana/TimberWinR/blob/master/mdocs/MutateFilter.md