Merge pull request #15942 from inqueue/fi-doc-updates

Minor documentation updates.
This commit is contained in:
Jason Bryan 2016-01-13 01:38:18 -05:00
commit 96099679a5
1 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ on an index or bulk request to tell the ingest plugin what pipeline is going to
[source,js]
--------------------------------------------------
PUT /my-index/my-type/my-id?ingest=my_pipeline_id
PUT /my-index/my-type/my-id?pipeline=my_pipeline_id
{
...
}
@ -80,7 +80,8 @@ name must not exist.
--------------------------------------------------
{
"rename": {
"field": "foo"
"field": "foo",
"to": "foobar"
}
}
--------------------------------------------------