- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2021 11:20 AM
Every day since we upgraded our prod instance to Quebec, our ServiceNow admin account gets this email. It's only a warning, but I don't know if I'm being warned I'm logging too much and that this could impact performance. Or does this just mean I should change settings?
Subject: [PA AppSec] Daily Data Collection completed with warning
Body:
Job Name: [PA AppSec] Daily Data Collection
Run time: 8 Seconds
Inserts: 96
Deletes: 0
Warnings: 1
Errors: 0
Message from job log: Not saving all records for Indicator:<sys_id> Result has 25,764 records. Only allowed subset of 5,000 records are stored
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2021 11:55 AM
Change the property "com.snc.pa.dc.max_row_count_indicator_source" as per your need. By default it is 5000.
Available system properties | ServiceNow Docs
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
Regards,
Saurabh
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2021 12:36 PM
These are the indicator sources. Check how many indicator sources and indicators are running.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2021 12:44 PM
Thank you very much, Saurabh!