Hi, I have a 3 nodes elasticsearch cluster with 7.4.2 version.
It's look like this version does not support "transform role". I see in elasticsearch version 7.10.1 logs that a module called "transform" is loaded in starting elasticsearch service. It's look like it does not exist in version 7.4.2 .
This is version 7.4.2 with node role transfoem in config file:
org.elasticsearch.bootstrap.StartupException: java.lang.IllegalArgumentException: unknown setting [node.roles] please check that any required plugins are installed, or check the breaking changes documentation for removed settings
I've setup a 4th node with version 7.10.1 and join this new node to cluster with transform role ( I know it's stupid but I just wanted to test )
I've tested kibana version 7.10.1 and it can not connect to elasticsearch version 7.4.2 .
The _transform api also does not work properly.
Upgrading my cluster will cost me a lost. It will be the last option.
Is there any way to use "transform role" in elasticsearch and kibana version 7.4.2 ??
I don't know , maybe with install some plugin or modules or what ever.
Sorry for my poor English.
Thanx a lot.