mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Merge remote-tracking branch 'upstream-main/main' into merge-main-22-01-25T12
This commit is contained in:
commit
569c1fc1cd
260 changed files with 399 additions and 2274 deletions
|
@ -72,14 +72,7 @@ public class EnterpriseSearchUsageTransportAction extends XPackUsageFeatureTrans
|
|||
XPackLicenseState licenseState,
|
||||
Client client
|
||||
) {
|
||||
super(
|
||||
XPackUsageFeatureAction.ENTERPRISE_SEARCH.name(),
|
||||
transportService,
|
||||
clusterService,
|
||||
threadPool,
|
||||
actionFilters,
|
||||
indexNameExpressionResolver
|
||||
);
|
||||
super(XPackUsageFeatureAction.ENTERPRISE_SEARCH.name(), transportService, clusterService, threadPool, actionFilters);
|
||||
this.licenseState = licenseState;
|
||||
this.clientWithOrigin = new OriginSettingClient(client, ENT_SEARCH_ORIGIN);
|
||||
this.indicesAdminClient = clientWithOrigin.admin().indices();
|
||||
|
|
|
@ -44,7 +44,6 @@ public class TransportDeleteAnalyticsCollectionAction extends AcknowledgedTransp
|
|||
threadPool,
|
||||
actionFilters,
|
||||
DeleteAnalyticsCollectionAction.Request::new,
|
||||
indexNameExpressionResolver,
|
||||
EsExecutors.DIRECT_EXECUTOR_SERVICE
|
||||
);
|
||||
this.analyticsCollectionService = analyticsCollectionService;
|
||||
|
|
|
@ -43,7 +43,6 @@ public class TransportGetAnalyticsCollectionAction extends TransportMasterNodeRe
|
|||
threadPool,
|
||||
actionFilters,
|
||||
GetAnalyticsCollectionAction.Request::new,
|
||||
indexNameExpressionResolver,
|
||||
GetAnalyticsCollectionAction.Response::new,
|
||||
EsExecutors.DIRECT_EXECUTOR_SERVICE
|
||||
);
|
||||
|
|
|
@ -44,7 +44,6 @@ public class TransportPutAnalyticsCollectionAction extends TransportMasterNodeAc
|
|||
threadPool,
|
||||
actionFilters,
|
||||
PutAnalyticsCollectionAction.Request::new,
|
||||
indexNameExpressionResolver,
|
||||
PutAnalyticsCollectionAction.Response::new,
|
||||
EsExecutors.DIRECT_EXECUTOR_SERVICE
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue