From 71b2dee43ca42c4641ec01a7607322e178d098ad Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Tue, 29 Jul 2014 13:48:34 -0400 Subject: [PATCH] More docs --- Filters.md | 13 +++++++++---- TimberWinR.sln | 2 ++ mdocs/GrokFilter.md | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 mdocs/GrokFilter.md diff --git a/Filters.md b/Filters.md index 0cff8c3..b3bf668 100644 --- a/Filters.md +++ b/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 \ No newline at end of file + [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 \ No newline at end of file diff --git a/TimberWinR.sln b/TimberWinR.sln index fe6fd3f..f076ae4 100644 --- a/TimberWinR.sln +++ b/TimberWinR.sln @@ -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 diff --git a/mdocs/GrokFilter.md b/mdocs/GrokFilter.md new file mode 100644 index 0000000..579fb0f --- /dev/null +++ b/mdocs/GrokFilter.md @@ -0,0 +1 @@ +# Grok Filter