This commit is contained in:
Eric Fontana
2014-07-31 10:38:23 -04:00
parent dac02cb311
commit 31643a3753
2 changed files with 3 additions and 2 deletions

View File

@@ -102,6 +102,7 @@
<None Include="mdocs\Filters.md" />
<None Include="mdocs\GrokFilter.md" />
<None Include="mdocs\RedisOutput.md" />
<None Include="mdocs\StdinInput.md" />
<None Include="mdocs\TcpInput.md" />
<None Include="mdocs\MutateFilter.md" />
<None Include="mdocs\Logs.md" />

View File

@@ -17,8 +17,8 @@ file input, the timestamp is set to the time of each read.
## Date Parameters
The following parameters and operations are allowed when using the Date filter.
| Operation | Type | Description | Default
| :---------------|:----------------|:-----------------------------------------------------------------------|
| Operation | Type | Description | Default |
| :---------------|:----------------|:---------------|:------------|
| *add_field* | array |If the filter is successful, add an arbitrary field to this event. Tag names can be dynamic and include parts of the event using the %{field} syntax. | |
| *condition* | string |C# expression | |
| *convertToUTC* | boolean |Converts time to UTC | false |