ELK 8 错误:无法在 Elasticsearch 索引中创建类型。 “没有找到 uri 和方法 POST 的处理程序”尝试从 Postman 创建类型
我对 ELK 很陌生,并尝试在索引中发布一些文档。我正在使用 elk 8.0
首先,我使用邮递员创建了一个索引,并且成功了 http://localhost:9200/testdb
但是,每当我尝试创建“类型”并向其中添加一些文档时,我都会收到以下错误:
{
"error": "no handler found for uri [/testdb/people] and method [POST]"
}
有人可以帮忙吗?正如我所说,我对 ELK 还很陌生,无法确定我在这里错过了什么
I am very new to ELK and trying to post some document in an index. I'm using elk 8.0
First I've created an index using postman and it was successful
http://localhost:9200/testdb
However, whenever I'm trying to create a 'type' and add some document into it, I'm getting the following error:
{
"error": "no handler found for uri [/testdb/people] and method [POST]"
}
Can somebody please help on this? As I said, I'm pretty new to ELK and not able to identify what is it that I'm missing here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Elasticsearch 8.x
请参考移除映射类型
For Elasticsearch 8.x
Please refer to Removal Of Mapping Types