Discovery Admin Workspace settings not sticking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 07:08 AM - edited 05-08-2025 07:09 AM
In Discovery Admin Workspace, under Settings, my Configure time scale selection and the ability to enable Anomaly detection does not save. Anyone else have this problem or are aware of this issue?
Steps taken:
- Workspace > Discovery Admin Workspace
- Click Settings
- Select Configure time scale drop down.
- Click the Enable anomaly detection button.
- Click Save on the top right.
I will see the successful message "Your setting changes have been saved." but when I refresh, it reverts back as if I never selected anything. I've even duplicated the tab and again, do not see my changes.
Per documentation and community posts, after clicking Save, it should stick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 06:44 PM
Both the timescale selection and Anomaly detection can be updated via System property.
- To enable Anomaly detection, please update the system property 'sn_disco_workspace.discovery_schedule_anomaly_detection_disabled' to false.
- To configure timescale configuration, please update 'sn_disco_workspace.discovery_stats_time_scale'
Here's a mapping of the system properties for the property configurations allowed via Settings tab on Discovery Admin Workspace:
- To configure dashboard time scale: sn_disco_workspace.discovery_stats_time_scale
- To disable anomaly detection: sn_disco_workspace.discovery_schedule_anomaly_detection_disabled
- To change the anomaly detection method: sn_disco_workspace.discovery_schedule_anomaly_detection_method
- For Anomaly detection sensitivity: sn_disco_workspace.discovery_schedule_anomaly_ml_model_sensitivity
- Runtime threshold: sn_disco_workspace.discovery_schedule_runtime_anomaly_threshold
- CIs discovered threshold: sn_disco_workspace.discovery_schedule_cis_discovered_anomaly_threshold
- Error threshold: sn_disco_workspace.discovery_schedule_error_anomaly_threshold
Hope this helps.