Skip to content

Commit

Permalink
Fix docs to remove _type as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbrown committed Jan 29, 2019
1 parent 5524c2a commit 8d3ee4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/reference/ingest/processors/date-index-name.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ and the result:
"doc" : {
"_id" : "_id",
"_index" : "<myindex-{2016-04-25||/M{yyyy-MM-dd|UTC}}>",
"_type" : "_type",
"_source" : {
"date1" : "2016-04-25T12:02:01.789Z"
},
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/ingest/processors/grok.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ response:
"docs": [
{
"doc": {
"_type": "_type",
"_index": "_index",
"_id": "_id",
"_source": {
Expand Down Expand Up @@ -254,7 +253,6 @@ POST _ingest/pipeline/_simulate
"docs": [
{
"doc": {
"_type": "_type",
"_index": "_index",
"_id": "_id",
"_source": {
Expand Down

0 comments on commit 8d3ee4d

Please sign in to comment.