- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 06:54 PM
The [import_log] table was not defined with table rotation or [sys_auto_flush].
However, this table data appears to have been deleted.
What process caused the data to disappear?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 07:06 PM
Hi @bonsai ,
OOB there is a scheduled job which deletes the import set and related data which is older than 7 days
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 07:06 PM
Hi @bonsai ,
OOB there is a scheduled job which deletes the import set and related data which is older than 7 days
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 07:16 PM
Hi @bonsai ,
import_log table doesn't have any jobs running , the "import_set_table" has the job which deletes records older than 7 days.
So can you check if you have a filter applied on the list view of the table while you were cheking , something like "Created today"? Else share a screenshot here.
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 07:29 PM
Hi @bonsai ,
yes, Import_log is not one of the related tables which gets deleted with that scheduled job
try to see there is any other source like table cleaner or any other scheduled job or a flow or archiving enabled on that table
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 07:32 PM
Hi @bonsai
import_log is an extension of syslog table which follows table rotation and retention policies. syslog default rotation set to 7 days with 8 rotations, meaning approx. 42 days of data is present in the system and old data will be removed.
import log also follows the same policy as it is an extension of syslog table.