Skip to content

Commit e667433

Browse files
authored
Update collector-faq.md
1 parent 9b3343c commit e667433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/send-data/collector-faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,14 +419,14 @@ This article describes the assumptions that Sumo makes about customer data, tips
419419

420420
See [using _format for troubleshooting](/docs/send-data/reference-information/time-reference.md) timestamps.
421421

422-
#### Assumption: Data is less than 365 days old
423-
424-
Sumo Logic assumes that all log message times fall within a window of -1 year through +2 days compared to the current time. Any log messages with a parsed timestamp outside of that window is automatically re-stamped with the current time.
422+
#### Assumption: Data is less than 30 days but within 365 days
425423

426424
* To ingest historical data older than 30 days but within 365 days, you must specify a `timestamp` field using a regex locator and a valid date format.
427425

428-
* Data older than 365 days can still be ingested. However, even if a custom timestamp is provided, it will be autocorrected to the current time unless technical support disables this function at the organization level.
426+
#### Assumption: Data is older than 365 days
429427

428+
Sumo Logic assumes that all log message times fall within a window of -1 year through +2 days compared to the current time. Any log messages with a parsed timestamp outside of that window are automatically re-stamped with the current time.
429+
* Data older than 365 days can still be ingested. However, even if a custom timestamp is provided, it will be autocorrected to the current time unless technical support disables this function at the organization level.
430430
* To ingest data older than 365 days with the original timestamp intact, you must contact technical support to disable the autocorrection function at the org level.
431431

432432
#### Assumption: Data from a source will have similar timestamps

0 commit comments

Comments
 (0)