Hi,
I have elasticsearch cluster with master node and 3 data nodes running in docker container.
Initially it came with basic license and i switched to trial license.
curl -XPUT 'http://0.0.0.0:9200/_xpack/license' -H "Content-Type: application/json" -d @license.json
Ran above command to add trial license.
once i add this trial license data fails to join master with below error.
[2018-10-04T19:00:45,986][DEBUG][r.suppressed ] path: /, params: {} org.elasticsearch.ElasticsearchSecurityException: missing authentication token for REST request [/] at org.elasticsearch.xpack.core.security.support.Exceptions.authenticationError(Exceptions.java:24) ~[x-pack-core-6.3.0.jar:6.3.0]