如何使用Postman在Elastic Search中插入文档

afe*_*eef 7 elasticsearch

我需要的

我在这里尝试

   PUT /customer/_doc/1?pretty
  {
   "name": "John Doe"
  }
Run Code Online (Sandbox Code Playgroud)

错误请求正文是必需的

当我尝试运行 url 时的快照

1. http://localhost:9200/customer?pretty

在此输入图像描述 2. http://localhost:9200/customer/_doc/1?pretty&pretty 在此输入图像描述

3. http://localhost:9200/customer/_doc/1?pretty&pretty&name=test 在此输入图像描述

任何人都可以建议如何在弹性搜索中插入文档。

  • 任何建议都是非常受欢迎的。

Pol*_*ton 4

在 body 中传递 Json 并更改 URL,如下所示:

通过邮递员放入松紧带