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

View File

@@ -16,6 +16,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimberWinR.UnitTests", "Tim
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B2F600B-2400-45B9-A28E-CFC391D9EFA9}"
ProjectSection(SolutionItems) = preProject
Filters.md = Filters.md
GrokFilter.md = GrokFilter.md
LICENSE.txt = LICENSE.txt
Package.nuspec = Package.nuspec
README.md = README.md

1
mdocs/GrokFilter.md Normal file
View File

@@ -0,0 +1 @@
# Grok Filter