Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用下图所示的 Kibana 开发工具在 Kibana 上进行了汇总工作, 但是在启动此汇总工作时遇到了麻烦,因为我在下面收到以下错误
我正在关注此处找到的文档:https ://www.elastic.co/guide/en/elasticsearch/reference/7.1/rollup-start-job.html 我很难找到其他有此问题的人,请你有什么想法吗?
我使用 kibana 版本 7.1.1
应该是一种POST方法。
POST
例如: POST _xpack/rollup/job/<job_id>/_start
POST _xpack/rollup/job/<job_id>/_start
Start Job API也没有请求正文。
请参阅文档。