From 2b761e169c281a5b114ada2003e5e24a834ed54c Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:45:54 +0200 Subject: [PATCH] Update mapped page for search-pipelines.md --- solutions/search/search-pipelines.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solutions/search/search-pipelines.md b/solutions/search/search-pipelines.md index 5d3416f0cd..b582d28ab2 100644 --- a/solutions/search/search-pipelines.md +++ b/solutions/search/search-pipelines.md @@ -1,4 +1,6 @@ --- +mapped_pages: + - https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ingest-pipeline-search.html applies_to: stack: --- @@ -214,4 +216,4 @@ You should not rename this pipeline. * `ent-search-generic-ingestion` - Since 8.5, Native Connectors, Connector Clients, and new (>8.4) Elastic web crawler indices all made use of this pipeline by default. This pipeline evolved into the `search-default-ingestion` pipeline. * `search-default-ingestion` - Since 9.0, Connectors have made use of this pipeline by default. You can [read more about this pipeline](#ingest-pipeline-search-details-generic-reference) above. As this pipeline is "managed", any modifications that were made to `app_search_crawler` and/or `ent_search_crawler` should NOT be made to `search-default-ingestion`. Instead, if such customizations are desired, you should utilize [Index-specific ingest pipelines](#ingest-pipeline-search-details-specific), placing all modifications in the `@custom` pipeline(s). -:::: \ No newline at end of file +::::