There are 2 scenarios wrt to the destination index of a data frame analytics job:
- The index is not created when the job starts; then the job creates the index and copies over source indices mappings
- The index has been already created when the job starts; then the job assumes the user customized index settings and mappings and only adds the analysis result object mappings.
However, there is a use case where the user does not want to deal with mappings copying, yet they need to specify extra settings (e.g. change fields limit, etc.). We can address this by adding the ability to specify index settings in the dest index config of a data frame analytics job.
There are 2 scenarios wrt to the destination index of a data frame analytics job:
However, there is a use case where the user does not want to deal with mappings copying, yet they need to specify extra settings (e.g. change fields limit, etc.). We can address this by adding the ability to specify index settings in the dest index config of a data frame analytics job.