From 8d3ee4d26826205da640491636f7bb58ec0b002b Mon Sep 17 00:00:00 2001 From: Gordon Brown Date: Tue, 29 Jan 2019 12:51:12 -0700 Subject: [PATCH] Fix docs to remove _type as needed --- docs/reference/ingest/processors/date-index-name.asciidoc | 1 - docs/reference/ingest/processors/grok.asciidoc | 2 -- 2 files changed, 3 deletions(-) diff --git a/docs/reference/ingest/processors/date-index-name.asciidoc b/docs/reference/ingest/processors/date-index-name.asciidoc index fcece261bd440..bfd84d564ef7f 100644 --- a/docs/reference/ingest/processors/date-index-name.asciidoc +++ b/docs/reference/ingest/processors/date-index-name.asciidoc @@ -112,7 +112,6 @@ and the result: "doc" : { "_id" : "_id", "_index" : "", - "_type" : "_type", "_source" : { "date1" : "2016-04-25T12:02:01.789Z" }, diff --git a/docs/reference/ingest/processors/grok.asciidoc b/docs/reference/ingest/processors/grok.asciidoc index b266879e40b16..39c811be03cea 100644 --- a/docs/reference/ingest/processors/grok.asciidoc +++ b/docs/reference/ingest/processors/grok.asciidoc @@ -193,7 +193,6 @@ response: "docs": [ { "doc": { - "_type": "_type", "_index": "_index", "_id": "_id", "_source": { @@ -254,7 +253,6 @@ POST _ingest/pipeline/_simulate "docs": [ { "doc": { - "_type": "_type", "_index": "_index", "_id": "_id", "_source": {