Open
Description
Currently, analytics jobs do not support fields mapped as nested fields (https://www.elastic.co/guide/en/elasticsearch/reference/current/nested.html) in the analysis.
This restriction was in place because you cannot have both nested fields and a sorted index - but now the destination index is no longer sorted. So this restriction can probably be removed.
cc @benwtrent