Files
grafana/e2e/dashboards-search-suite/mode2-legacy-search-api.ini
T
Rafael Bortolon Paulovic 98f271f345 chore(unified): remove unifiedStorageSearchSprinkles feature toggle (#116139)
chore: remove unifiedStorageSearchSprinkles feature flag

The feature flag is no longer needed because:
- OSS: usageinsights code doesn't exist in OSS builds
- Enterprise On-Prem: uses local SQL storage when enable_search=true
- Cloud: explicitly configures sprinkles_api_server URL

The sprinkles functionality now works automatically based on:
- enable_search config (enforced true for unified storage mode 5)
- sprinkles_api_server config (empty = local storage, set = remote API)
2026-01-13 11:24:13 +01:00

15 lines
279 B
INI

[server]
[feature_toggles]
unifiedStorageSearchUI = false
grafanaAPIServerWithExperimentalAPIs = true
[unified_storage]
enable_search = true
[unified_storage.folders.folder.grafana.app]
dualWriterMode = 2
[unified_storage.dashboards.dashboard.grafana.app]
dualWriterMode = 2