Is your feature request related to a problem?
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.
Is your feature request related to a problem?
AbstractAnomalyDetectionActionHandlerexecutesGetFieldMappingsActiontwice (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
SDKClusterServiceto offer an API to accomplish the above.