Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Instance Scan - Prod or Non prod?

Bruce Hadley
Tera Contributor

What is the best practice on setting these up to run? If it is in a sub prod wouldn't the data disappear after a clone? Would running these checks in Prod be best so that it could be connected to stories or incidents and you would also have a history?

If we run these in prod, is there any negative effects like performance?

12 REPLIES 12

Thanks for sharing

Regards,
Anshu

Bruce Hadley
Tera Contributor

I can see use cases for running these scans in prod and non prod instances. My thoughts on doing them in prod is to show progress. For example one scan checks for favorites without filters. If I set this up in prod i can run it weekly or monthly, first to have users clean them up, but if I do it in a sub prod, I could only check after a clone.

 

Others might need to run in prod due to Clone excludes. So it would be nice as we look at remediation to have it in prod, I just don't want to do a full scan and cause issues as I know the SN run Healthscan is only done in sub-prods.

A full scan on production does not have to be an issue.

The issue is more, that if you create your own scan checks, you could also create some really awkward ones or using really bad performing scripting. Just like when developing Business Rules, Flows, etc.. If those are ****, it will impact your instance. Instance Scan checks it's no different 🙂

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Concerning "SN run Healthscan is only done in sub-prods"

You can't really compare HealthScan and Instance Scan. Instance Scan is a part of your instance, while HealthScan runs remote.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Thanks, I get the idea of introducing new checks, that part of the "do it in sub prod first" first. But if running the OOTB checks in prod has no bad effects i think I'll go that route. I have already done in it a sub prod.

Thanks