Здраствуйте!
А я правильно указала удаленый эластик?
В elasticsearch.yml :
reindex.remote.whitelist: relastic1:9200
- не работает для реиндекса
Ошибка:
> {
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "[relastic1:9200] not whitelisted in reindex.remote.whitelist"
}
],
"type": "illegal_argument_exception",
"reason": "[relastic1:9200] not whitelisted in reindex.remote.whitelist"
},
"status": 400
}
При запуске докера :
-e "reindex.remote.whitelist: relastic1:9200"
тоже самое