Reindex from ES on Kubernetes to ECE

Hi.

I am using ECE and i am trying to reindex from an ES which is on kubernetes. I can access ES that is on Kube but when i try to reindex i get the following error:
[localhost:9200] not whitelisted in reindex.remote.whitelist. I know that i have to add this option but i don;t have an yml fle configuration.

Does anyone encounter this issue?

Thanks!

Solved!

@Costi, glad you solved the issue. I would appreciate if you could provide more info on how you solved it :slight_smile:. It may help others who will encounter this issue in the future.

I just added in the User settings in the deployment page the following line:
reindex.remote.whitelist: [url:port]

1 Like

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