We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb04c6d commit 36fdca0Copy full SHA for 36fdca0
1 file changed
x-pack/plugins/ingest_manager/server/services/epm/elasticsearch/template/template.ts
@@ -37,10 +37,10 @@ export function getTemplate(
37
}
38
39
/**
40
- * Generate mapping takes the given fields array and creates the Elasticsearch
+ * Generate mapping takes the given nested fields array and creates the Elasticsearch
41
* mapping properties out of it.
42
*
43
- * This assumes that the fields have been flattened be a previous step.
+ * This assumes that all fields with dotted.names have been expanded in a previous step.
44
45
* @param fields
46
*/
0 commit comments