How to add ML nodes in kibana?

Hello there

I want to try Machine Learning module in kibana.

When I access the Machine Learning module, it showed that:

"
No ML Nodes available
There are no ML nodes available.
"

It is not so obvious for me how to create a new ML node. Does it require a specific grant to add a new node?

Many thanks

Hi ,
Have you tried this ?
node.ml
Set to true (default) to identify the node as a machine learning node.

If set to false in elasticsearch.yml, the node cannot run jobs. If set to true but xpack.ml.enabled is set to false, the node.ml setting is ignored and the node cannot run jobs. If you want to run jobs, there must be at least one machine learning node in your cluster.xpack.ml.enabled
Set to true (default) to enable machine learning on the node.

If set to false in elasticsearch.yml, the machine learning APIs are disabled on the node.

Hope this helps
Rashmi

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