Merge remote-tracking branch 'upstream-main/main' into merge-main-22-01-25T12

This commit is contained in:
Simon Cooper 2025-01-22 12:20:31 +00:00
commit 569c1fc1cd
260 changed files with 399 additions and 2274 deletions

View file

@ -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();

View file

@ -44,7 +44,6 @@ public class TransportDeleteAnalyticsCollectionAction extends AcknowledgedTransp
threadPool,
actionFilters,
DeleteAnalyticsCollectionAction.Request::new,
indexNameExpressionResolver,
EsExecutors.DIRECT_EXECUTOR_SERVICE
);
this.analyticsCollectionService = analyticsCollectionService;

View file

@ -43,7 +43,6 @@ public class TransportGetAnalyticsCollectionAction extends TransportMasterNodeRe
threadPool,
actionFilters,
GetAnalyticsCollectionAction.Request::new,
indexNameExpressionResolver,
GetAnalyticsCollectionAction.Response::new,
EsExecutors.DIRECT_EXECUTOR_SERVICE
);

View file

@ -44,7 +44,6 @@ public class TransportPutAnalyticsCollectionAction extends TransportMasterNodeAc
threadPool,
actionFilters,
PutAnalyticsCollectionAction.Request::new,
indexNameExpressionResolver,
PutAnalyticsCollectionAction.Response::new,
EsExecutors.DIRECT_EXECUTOR_SERVICE
);