Update elasticsearch.md

This commit is contained in:
ethfoo 2023-04-18 19:32:55 +08:00 committed by GitHub
parent 699fe4092e
commit 4a2587376c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,5 +81,5 @@
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
| ---------- | ----------- | ----------- | --------- | -------- |
| opType | string | 非必填 | index | 参考https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html#docs-index-api-query-params, 如果目标为datastream则需要设置为create |
| opType | string | 非必填 | index | 参考[官方文档](https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html#docs-index-api-query-params), 如果目标为datastream则需要设置为create |