我试图将数据从名为 PRTG 的服务的 API 索引/插入到弹性搜索中。当我转到特定 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 的新手,所以任何帮助都会很棒,谢谢。