Elasticsearch: Change feature toggle for backend migration to enableElasticsearchBackendQuerying (#66500)

* Elasticsearch: Change feature toggle for backend migration to enableElasticsearchBackendQuerying

* Update logic in data source

* Run test to re-genartate toggle
This commit is contained in:
Ivana Huckova
2023-04-14 11:24:35 +02:00
committed by GitHub
parent cab3ba519a
commit f48c858ca2
7 changed files with 44 additions and 50 deletions

View File

@@ -95,6 +95,6 @@ export interface FeatureToggles {
externalServiceAuth?: boolean;
dataplaneFrontendFallback?: boolean;
useCachingService?: boolean;
disableElasticsearchBackendQuerying?: boolean;
enableElasticsearchBackendQuerying?: boolean;
authenticationConfigUI?: boolean;
}