A DFA job fails on start when no field except the dependent variable is included in the analysis.
Related elasticsearch issue which has already been fixed: elastic/elasticsearch#55593
Before allowing a job to be created the UI will need to check the field_selection return from the _explain api and ensure that there is at least one other field included that is not also required.
A DFA job fails on start when no field except the dependent variable is included in the analysis.
Related elasticsearch issue which has already been fixed: elastic/elasticsearch#55593
Before allowing a job to be created the UI will need to check the
field_selectionreturn from the_explainapi and ensure that there is at least one other fieldincludedthat is not alsorequired.