From 618fb31be814012ae4ae98586b44a944b0dfb99d Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Mon, 23 Sep 2019 13:23:26 -0400 Subject: [PATCH] [DOCS] Minor editorial changes to enrich docs --- .../ingest/apis/enrich/execute-enrich-policy.asciidoc | 2 +- .../reference/ingest/apis/enrich/put-enrich-policy.asciidoc | 2 +- docs/reference/ingest/enrich.asciidoc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/ingest/apis/enrich/execute-enrich-policy.asciidoc b/docs/reference/ingest/apis/enrich/execute-enrich-policy.asciidoc index d6e5cf2d10f..a569f40d5c1 100644 --- a/docs/reference/ingest/apis/enrich/execute-enrich-policy.asciidoc +++ b/docs/reference/ingest/apis/enrich/execute-enrich-policy.asciidoc @@ -95,7 +95,7 @@ and deletes the previous enrich index. Because this API request performs several operations, it may take a while to return a response. -[[sample-api-path-params]] +[[execute-enrich-policy-api-path-params]] ==== {api-path-parms-title} ``:: diff --git a/docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc b/docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc index 4bfb50b23ae..8a546d8529e 100644 --- a/docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc +++ b/docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc @@ -86,7 +86,7 @@ Instead, you can: with the new enrich policy in any in-use enrich processors. -. Use the <> +. Use the <> API to delete the previous enrich policy. // end::update-enrich-policy[] diff --git a/docs/reference/ingest/enrich.asciidoc b/docs/reference/ingest/enrich.asciidoc index c444712daab..a9d4555fd39 100644 --- a/docs/reference/ingest/enrich.asciidoc +++ b/docs/reference/ingest/enrich.asciidoc @@ -31,7 +31,7 @@ follow these steps: Once you have an enrich processor set up, you can <> and <> -using the <>. +using the <> APIs. [IMPORTANT] ==== @@ -63,7 +63,7 @@ A *source index* contains data you want to append to incoming documents. You can index and manage documents in a source index like a regular index. -The following <> request creates the `users` source index +The following <> API request creates the `users` source index containing user data. This request also indexes a new document to the `users` source index. @@ -204,7 +204,7 @@ the processor appends data from those documents to the array. If the incoming document matches no documents in the enrich index, the processor appends no data. -The following <> request uses the ingest pipeline +The following <> API request uses the ingest pipeline to index a document containing the `email` field, the `match_field` specified in the `users-policy` enrich policy.