gpt4 book ai didi

elasticsearch - 通过WEB API在ElasticSearch中建立索引数据

转载 作者:行者123 更新时间:2023-12-02 23:57:42 24 4
gpt4 key购买 nike

我正在尝试从名为PRTG的服务的API索引数据/将数据插入Elasticsearch。当我转到特定的URL时,此API返回JSON文件(如WEB API),而不下载任何内容。我认为可以使用以下命令:

curl --user elastic:****** -XPOST http://localhost:9200/prtg_test/_mapping/_doc  -d @'https://prtgserver/api/historicdata.json?id=2477&avg=0&sdate=2018-08-01-00-00-00&edate=2018-08-07-00-00-00&usecaption=1&username=myusser&password=****'

但是,我得到一个错误。

我是Elastic的新手,谢谢您的任何帮助。

最佳答案

要在elasticsearch中输入数据并建立索引,首先需要在Logstash中输入。

Logstash消耗并清除数据,elasticsearch存储,索引并显示数据(通过网页)。

quick and dirty diagram

Logstash有一个输入插件,您可以使用它来消耗消息。这是详细信息。您需要将网址设置为输入,然后将数据发送到elasticsearch。您应该查看grok语言,以便以Elasticsearch可读格式解析和清理数据。

http plugin

关于elasticsearch - 通过WEB API在ElasticSearch中建立索引数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52012002/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com