Hello, After i seperated my ml nodes, i realised my machine learning tab at kibana not working as expected.
Probably it is about some other reason but couldn't find out how to fix this.
I don't know whether something is deleted.
I disabled ml on each ml node restarted, and rechanged them to true and restarted again to see if any change. "xpack.ml.enabled: true"
When i enter ML tab i see;
An error occurred getting the anomaly detection jobs list.
Incorrect HTTP method for uri [/_ml/calendars/] and method [GET], allowed: [POST]
An error occurred getting the data frame analytics list.
no handler found for uri [/_ml/data_frame/analytics/_all?size=1000] and method [GET]
Checked from dev_tools:
POST _ml/datafeeds/_all/_stop
"error" : "no handler found for uri [/_ml/datafeeds/_all/_stop?pretty=true] and method [POST]"
Another thing i got stuck is , my node.ml:true and xpack.ml.enabled: true on "ML" nodes but when i check from "GET _xpack".
"ml" : {
"available" : true,
"enabled" : false,
"native_code_info" : {
"version" : "N/A",
"build_hash" : "N/A"
}