Skip to content

Commit 35074c1

Browse files
authored
Merge pull request #398 from kevin-sumo/master
Fix code block formatting
2 parents a139ca1 + 1f5d566 commit 35074c1

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
@@ -154,7 +154,7 @@ The following properties are common to ALL sources and can be used to configure
154154
regexp = "(\\d{16})"
155155
mask = "MaskedID"
156156
}
157-
```
157+
```
158158
- `cutoff_timestamp` - (Optional) Only collect data more recent than this timestamp, specified as milliseconds since epoch (13 digit).
159159
- `cutoff_relative_time` - (Optional) Can be specified instead of cutoffTimestamp to provide a relative offset with respect to the current time. Example: use -1h, -1d, or -1w to collect data that's less than one hour, one day, or one week old, respectively.
160160
- `fields` - (Optional) Map containing key/value pairs.

0 commit comments

Comments
 (0)