- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 04:02 AM
I have created a custom field on server table and populated its value using background script.
But after some time field is getting updated to blank by discovery mid server user.
Can someone tell what could be the issue?
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 03:03 PM
Hi - If the field is a custom field (not out of the box), then (by default) Discovery won't update it. Soo... if you are sure Discovery/MID is updating it, then I would look for business rules or some-home-grown automation that was built to update the custom field. ( OR, you've customized patterns (or sensors) to update the custom field - but I suspect that is not the case here. )
A guess: Perhaps when discovery runs, its performing an update on the CI and you have a business rule that is triggered (on update) that is doing something to data within the custom field.
I'd look for some custom automation that was built or not behaving the way you intended.. to track down why your custom field is getting updated when discovery runs.
Hope this helps a bit?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 03:03 PM
Hi - If the field is a custom field (not out of the box), then (by default) Discovery won't update it. Soo... if you are sure Discovery/MID is updating it, then I would look for business rules or some-home-grown automation that was built to update the custom field. ( OR, you've customized patterns (or sensors) to update the custom field - but I suspect that is not the case here. )
A guess: Perhaps when discovery runs, its performing an update on the CI and you have a business rule that is triggered (on update) that is doing something to data within the custom field.
I'd look for some custom automation that was built or not behaving the way you intended.. to track down why your custom field is getting updated when discovery runs.
Hope this helps a bit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 11:52 PM
Hi, because the field is "getting updated to blank by discovery mid server user" I want to believe an update was caused by some customized probe/sensor/pattern that populates this field with blank.
Suggest to check customizations introduced.
Hope it helps