More docs
This commit is contained in:
11
Filters.md
11
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
|
||||
{
|
||||
@@ -26,3 +26,8 @@ Example Input:
|
||||
|
||||
|
||||
[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
|
||||
@@ -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
1
mdocs/GrokFilter.md
Normal file
@@ -0,0 +1 @@
|
||||
# Grok Filter
|
||||
Reference in New Issue
Block a user