Kibana access Watcher

When i try to access the Watcher from Kibana , i receive 500 . After checking the logs i found out this

->json argument must contain a watchStatusJson property

What should i do?

Please post the entire log entry, along with what version of the Elastic Stack you are using.

i'm using 6.1 for all of them .
Also this is the log :

{"type":"error","@timestamp":"2018-02-01T23:07:56Z","tags":,"pid":8283,"level":"error","error":{"message":"json argument must contain a watchStatusJson property","name":"Error","stack":"Error: json argument must contain a watchStatusJson property\n at Function.getPropsFromUpstreamJson (/usr/share/kibana/plugins/x-pack/plugins/watcher/server/models/watch/base_watch.js:90:13)\n at Function.fromUpstreamJson (/usr/share/kibana/plugins/x-pack/plugins/watcher/server/models/watch/monitoring_watch.js:51:13)\n at Function.fromUpstreamJson (/usr/share/kibana/plugins/x-pack/plugins/watcher/server/models/watch/watch.js:41:22)\n at hits.map.hit (/usr/share/kibana/plugins/x-pack/plugins/watcher/server/routes/api/watches/register_list_route.js:41:24)\n at Array.map (native)\n at fetchWatches.then.hits (/usr/share/kibana/plugins/x-pack/plugins/watcher/server/routes/api/watches/register_list_route.js:36:30)\n at bound (domain.js:280:14)\n at runBound (domain.js:293:12)\n at tryCatcher (/usr/share/kibana/node_modules/bluebird/js/main/util.js:26:23)\n at Promise._settlePromiseFromHandler (/usr/share/kibana/node_modules/bluebird/js/main/promise.js:503:31)\n at Promise._settlePromiseAt (/usr/share/kibana/node_modules/bluebird/js/main/promise.js:577:18)\n at Async._drainQueue (/usr/share/kibana/node_modules/bluebird/js/main/async.js:128:12)\n at Async._drainQueues (/usr/share/kibana/node_modules/bluebird/js/main/async.js:133:10)\n at Immediate.Async.drainQueues (/usr/share/kibana/node_modules/bluebird/js/main/async.js:15:14)\n at runCallback (timers.js:672:20)\n at tryOnImmediate (timers.js:645:5)\n at processImmediate [as _immediateCallback] (timers.js:617:5)"},"url":{"protocol":null,"slashes":null,"auth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":"","query":{},"pathname":"/api/watcher/watches","path":"/api/watcher/watches","href":"/api/watcher/watches"},"message":"json argument must contain a watchStatusJson property"}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.