- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 02:09 PM
For our initial rollout of Discovery, I want to change the default retention setting from 7 days to 30 days for the ECC queue records.The product documentation (Quebec, Rome, San Diego) references the following two tables:
ecc_queue_event
ecc_queue
I do not see the ecc_queue_event table in our instance (nor my PDI). Is that a typo? I see ecc_event but not ecc_queue_event.
https://docs.servicenow.com/bundle/quebec-it-operations-management/page/product/discovery/reference/r_DiscoveryStatusECCQueue.html
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 02:13 PM
Hi,
The old table name may have been deprecated/changed in an earlier release, it would be the:
- ecc_event
- ecc_queue
The same in found in your out of box table rotations as well:
Just be careful with the increase as those tables will be that much larger, but 30 days shouldn't be too bad.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 02:13 PM
Hi,
The old table name may have been deprecated/changed in an earlier release, it would be the:
- ecc_event
- ecc_queue
The same in found in your out of box table rotations as well:
Just be careful with the increase as those tables will be that much larger, but 30 days shouldn't be too bad.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 02:23 PM
Thanks, Allen, for confirming. Much appreciated!