Whitelist URLs in Elasticsearch managed service from Elastic

I am unsure if this should question should go here, but I'm trying to find where I can whitelist URLs in my Elasticsearch managed service from Elastic?

This is the following error:
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "[:5601] not whitelisted in reindex.remote.whitelist"
}
],
"type": "illegal_argument_exception",
"reason": "[:5601] not whitelisted in reindex.remote.whitelist"
},
"status": 400
}

What are you trying to do?

Start a local cluster and reindex from the cloud instance?

I'm trying to reindex from a local or another cloud service to the elastic cloud service.

So you need to whitelist your local cluster by providing its elasticsearch address.
Make sure your cluster is secured and not widely open on internet.

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