Is ecc_event the same as ecc_queue_event?

Lisa Mark
Tera Contributor

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

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

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:

find_real_file.png

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!

View solution in original post

2 REPLIES 2

Allen Andreas
Administrator
Administrator

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:

find_real_file.png

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!

Thanks, Allen, for confirming. Much appreciated!