Machine Learning disabled after installing Basic License

I’ve just installed the basic license in my Elasticseach cluster in order to use the Monitoring module.

However, since I completed the basic license installation, it seems the Machine Learnig module was disabled.

Please, can you confirm if that’s the case? Then, how can I remove the basic license? I still would like to finish my 30 days trial on the Machine Learnig module.

Elastic version: 5.4.3 / Linux RHEL

My configs in elasticsearch.yml and kibana.yml:

################## X-Pack #####################
xpack.security.enabled: false
xpack.graph.enabled: false
xpack.ml.enabled: true
xpack.monitoring.enabled: true
xpack.watcher.enabled: false
################# End X-Pack ###################

License details:

  "license" : {
      "status" : "active",
      "uid" : "XXXXXXXXXXX",
      "type" : "basic",
      "issue_date" : "2017-08-01T00:00:00.000Z",
      "issue_date_in_millis" : 1501545600000,
      "expiry_date" : "2018-08-01T23:59:59.999Z",
      "expiry_date_in_millis" : 1533167999999,
      "max_nodes" : 100,
      "issued_to" : "Enio Perpetuo (B3)",
      "issuer" : "Web Form",
      "start_date_in_millis" : 1501545600000
  }

Regards

Hi,

Machine learning is only available on trial and platinum license. Also full monitoring is available on trial license too.
But once downloaded trial license is valid only for 30 days. We don't have separate validity for different modules in x-pack.

Perhaps you could download and try again?

Thanks,
Bhavya

OK, I created a new instance to evaluate machine learning.

Regards,
Enio

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