More docs
This commit is contained in:
13
Filters.md
13
Filters.md
@@ -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
|
||||
Reference in New Issue
Block a user