mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[DOCS] Reword admon for index API and data streams
This commit is contained in:
parent
770f9f11af
commit
19190c529c
@ -69,8 +69,8 @@ POST /logs/_doc/
|
|||||||
====
|
====
|
||||||
|
|
||||||
IMPORTANT: You cannot add new documents to a data stream using the index API's
|
IMPORTANT: You cannot add new documents to a data stream using the index API's
|
||||||
`PUT /<target>/_doc/<_id>` request format. Use the `PUT /<target>/_create/<_id>`
|
`PUT /<target>/_doc/<_id>` request format. To specify a document ID, use the
|
||||||
format instead.
|
`PUT /<target>/_create/<_id>` format instead.
|
||||||
--
|
--
|
||||||
|
|
||||||
* A <<docs-bulk,bulk API>> request using the `create` action. Specify the data
|
* A <<docs-bulk,bulk API>> request using the `create` action. Specify the data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user