Update elasticsearch.md (#158)

This commit is contained in:
ethfoo 2023-04-03 16:47:00 +08:00 committed by GitHub
parent 400ba55139
commit 50081a48a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -14,11 +14,13 @@
!!! caution
如果elasticsearch版本为v6.x请加上以下etype参数。
如果elasticsearch版本为v6.x请加上以下`etype: _doc`参数。
```yaml
sink:
type: elasticsearch
etype: _doc
...
```