Hi guys,
is there any option to have access to Data frame transforms in basic open-source Elastic Stack solution?
I've heard that it is free and part of the default Elastic build.
When I try easy sample to transform data from one to another index it gives me the following error:
{
  "error": {
"root_cause": [
  {
    "type": "security_exception",
    "reason": "current license is non-compliant for [data_frame]",
    "license.expired.feature": "data_frame"
  }
],
"type": "security_exception",
"reason": "current license is non-compliant for [data_frame]",
"license.expired.feature": "data_frame"
  },
  "status": 403
}
Thank you for any reply!
