You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractAnomalyDetectionActionHandler executes GetFieldMappingsAction twice (line 388 and 668) as part of field validation steps. The implementation involves cluster-level / shard-level actions that go beyond capabilities of the Rest client. These need to be investigated and implemented.
What solution would you like?
Update SDKClusterService to offer an API to accomplish the above.
The text was updated successfully, but these errors were encountered:
Reopening this issue as while the request has been added to the SDKClient, it has not yet been implemented in the AD AbstractAnomalyDetectionActionHandler class. (CC: @joshpalis can you fix?)
In both cases the ActionListener has already been created, and would throw exceptions on failure if called, so it's mostly uncommenting out the client.execute() transport pieces, replacing with the new sdkClient REST call.
Is your feature request related to a problem?
AbstractAnomalyDetectionActionHandler
executesGetFieldMappingsAction
twice (line 388 and 668) as part of field validation steps. The implementation involves cluster-level / shard-level actions that go beyond capabilities of the Rest client. These need to be investigated and implemented.What solution would you like?
Update
SDKClusterService
to offer an API to accomplish the above.The text was updated successfully, but these errors were encountered: