ELK 8 错误:无法在 Elasticsearch 索引中创建类型。 “没有找到 uri 和方法 POST 的处理程序”尝试从 Postman 创建类型

发布于 2025-01-11 18:08:40 字数 571 浏览 0 评论 0原文

我对 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
enter image description here

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]"
}

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小情绪 2025-01-18 18:08:40

对于 Elasticsearch 8.x

不再支持在请求中指定类型。

请参考移除映射类型

For Elasticsearch 8.x

Specifying types in requests is no longer supported.

Please refer to Removal Of Mapping Types

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文