I'm using Elasticsearch 2.3.5 ,Shield, marvel. I installed watcher and while verifying that Watcher is set up, using
curl -XGET 'http://localhost:9200/_watcher/stats?pretty '
I'm getting an error like:
{
"error": {
"root_cause": [
{
"type": "action_not_found_transport_exception",
"reason": "No handler for action [cluster:monitor/watcher/stats]"
}
],
"type": "action_not_found_transport_exception",
"reason": "No handler for action [cluster:monitor/watcher/stats]"
},
"status": 500
}
Please help me out.
Thanks in advance
warkolm
(Mark Walkom)
December 14, 2016, 9:26pm
2
How did you install it?
What does bin/plugin -l
or _cat/plugins
show?
warkolm
(Mark Walkom)
December 14, 2016, 9:34pm
5
Doesn't show Watcher as installed on them all, did you restart node 3?
Restarted node 3 again. Now it's fine
{
"watcher_state": "started",
"watch_count": 0,
"execution_thread_pool": {
"queue_size": 0,
"max_size": 0
},
"manually_stopped": false
}
Thank you very much @warkolm
system
(system)
Closed
January 11, 2017, 9:39pm
7
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.