From 4ab9aea965dbb0050998e39ab0895a37efa807d1 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 17 Jun 2020 17:06:28 -0400 Subject: [PATCH] [DOCS] Remove redundant links in data stream docs --- docs/reference/data-streams/use-a-data-stream.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/data-streams/use-a-data-stream.asciidoc b/docs/reference/data-streams/use-a-data-stream.asciidoc index d019fe2f146..a6ccf06c820 100644 --- a/docs/reference/data-streams/use-a-data-stream.asciidoc +++ b/docs/reference/data-streams/use-a-data-stream.asciidoc @@ -50,7 +50,7 @@ NOTE: The `op_type` parameter defaults to `create` when adding new documents. .*Example: Index API request* [%collapsible] ==== -The following <> adds a new document to the `logs` data +The following index API request adds a new document to the `logs` data stream. [source,console] @@ -77,7 +77,7 @@ NOTE: Data streams do not support other bulk actions, such as `index`. .*Example: Bulk API request* [%collapsible] ==== -The following <> index request adds several new documents to +The following bulk API request adds several new documents to the `logs` data stream. Note that only the `create` action is used. [source,console]