我刚试着和elasticsearch合作,现在试着创建第一个观察者
我在elasticsearch文档中看到了一些信息:https://www.elastic.co/guide/en/x-pack/current/watcher-getting-started.html
现在我试着创造一个:
https://es.origin-test.cloud.rccf.ru/apiconnect508/_xpack/watcher/watch/audit_watchPUT方法+ auth标头
我说:
{ "trigger" : {
"schedule": {
"interval": "1h"
}
}, "actions" : { "send_email" : {
"email" : {
"to" : "ext_avolkova@rencredit.ru",
"subject" : "Watcher Notification",
"body" : "{{ctx.payload.hits.total}} logs found"
} } } }但现在我看到了错误:
未为uri /apiconnect508 508/_xpack/watcher/watch/log_审核和方法PUT找到处理程序
拜托,帮我创造一个简单的观察者
https://stackoverflow.com/questions/48788842
复制相似问题