Skip to content

Commit a01b107

Browse files
authored
Update index.html.markdown (#435)
1 parent 1fa2064 commit a01b107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/index.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ The following properties are common to ALL sources and can be used to configure
155155
mask = "MaskedID"
156156
}
157157
```
158-
- `cutoff_timestamp` - (Optional) Only collect data more recent than this timestamp, specified as milliseconds since epoch (13 digit).
159-
- `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.
158+
- `cutoff_timestamp` - (Optional) Only collect data more recent than this timestamp, specified as milliseconds since epoch (13 digit). This maps to the `Collection should begin` field on the UI. Example: using `1663786159000` will set the cutoff timestamp to `Wednesday, September 21, 2022 6:49:19 PM GMT`
159+
- `cutoff_relative_time` - (Optional) Can be specified instead of cutoffTimestamp to provide a relative offset with respect to the current time.This maps to the `Collection should begin` field on the UI. 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.
161161

162162
Usage:

0 commit comments

Comments
 (0)