Skip to content

Commit 0c26d5a

Browse files
authored
Update index.html.markdown
1 parent 433d761 commit 0c26d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The following properties are common to ALL sources and can be used to configure
128128
+ `format` - (Required) The timestamp format supplied as a Java SimpleDateFormat, or "epoch" if the timestamp is in epoch format.
129129
+ `locator` - (Optional) Regular expression to locate the timestamp within the messages.
130130
- `filters` - (Optional) If you'd like to add a filter to the source.
131-
+ `filter_type` - (Required) They type of filter to apply. (Exclude, Include, Mask, or Hash)
131+
+ `filter_type` - (Required) The type of filter to apply. (Exclude, Include, Mask, or Hash)
132132
+ `name` - (Required) The Name for the filter.
133133
+ `regexp` - (Required) Regular expression to match within the messages. When used with Incude/Exclude the expression must match the entire message.
134134
+ `mask` - (Optional) When applying a Mask rule, replaces the detected expression with this string.

0 commit comments

Comments
 (0)