Module org.elasticsearch.xcore
Class DatafeedJobValidator
java.lang.Object
org.elasticsearch.xpack.core.ml.datafeed.DatafeedJobValidator
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidate(DatafeedConfig datafeedConfig, Job job, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry) Validates a datafeedConfig in relation to the job it refers to
-
Method Details
-
validate
public static void validate(DatafeedConfig datafeedConfig, Job job, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry) Validates a datafeedConfig in relation to the job it refers to- Parameters:
datafeedConfig- the datafeed configjob- the jobxContentRegistry- the named xcontent registry for parsing datafeed aggs
-