1.7 KiB
Configure-UIS_688987644
Configure Optic Switcher with single sign on (Azure IDP solution)
Refer to: Configure Optic Switcher with single sign on (Azure IDP solution)
How to enable Feature Toggle for UIS Data clean up on time series bar chart
- Enable Feature Toggle in bvd helm configure map, on the Kubernetes master machine:
kubectl -n <namespace> edit configmap bvd-config
Search featureToggles, and add "ENABLE_DATA_CLEAN_UP": true inside {}. The result should be like below, if previous value is empty:
featureToggles: {"ENABLE_DATA_CLEAN_UP": true}
How to enable Feature Toggle for UIS Caching
The feature toggle " QueryCaching " controls whether caching is enabled or disabled at the system level. By default, it is set to false (disabled). If it is set to false, all frontend and backend UIS data collector caching-related features will no longer have any effect.
-
Run the following commands:
Configure feature toggle# Get namespace of UIS
kubectl get ns# Edit config map
kubectl edit configmap bvd-config -n {namespace} -
Search " featureToggles". Set the value of " QueryCaching " to true or false. If " QueryCaching " does not exist, please add it to {}, for example:
Set QueryCachingbvd.featureToggles: ``'{"QueryCaching":true}' -
Save the change.
-
Wait for about tens of seconds and refresh the browser page.
Attachments:
image2024-5-9_16-12-0.png (image/png)
