Skip to content

Commit 37a7447

Browse files
committed
cleanup
1 parent 2cd0ba5 commit 37a7447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/ingest/transform-enrich/ingest-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ PUT _ingest/pipeline/my-pipeline
388388
Use dot notation to access object fields.
389389

390390
::::{important}
391-
If your document contains flattened objects, you can use the [`dot_expander`](elasticsearch://reference/enrich-processor/dot-expand-processor.md) processor to expand them. If you wish to maintain your document structure, you can use the [`flexible`](ingest-pipelines.md#access-source-flexible) access pattern in your pipeline definition. Ingest processors cannot access dotted field names otherwise.
391+
If your document contains flattened objects, use the [`dot_expander`](elasticsearch://reference/enrich-processor/dot-expand-processor.md) processor to expand them. If you wish to maintain your document structure, use the [`flexible`](ingest-pipelines.md#access-source-flexible) access pattern in your pipeline definition. Ingest processors cannot access dotted field names otherwise.
392392
::::
393393

394394

0 commit comments

Comments
 (0)