nutritious-finland-99092
06/28/2022, 6:53 PMProblem with request: Get <http://localhost:9200>: dial tcp [::1]:9200: connect: connection refused. Sleeping 1s
Does anyone facing this issue or have deployed with ECS using elasticsearch and can help us?orange-night-91387
06/28/2022, 9:25 PMnutritious-finland-99092
06/29/2022, 12:07 PM"environment": [
{
"name": "ELASTICSEARCH_HOST",
"value": "localhost"
},
{
"name": "ELASTICSEARCH_PORT",
"value": "9200"
},
{
"name": "ELASTICSEARCH_PROTOCOL",
"value": "http"
}
]
and on elasticsearch image, we have the following variables
"environment": [
{
"name": "discovery.type",
"value": "single-node"
},
{
"name": "xpack.security.enabled",
"value": "false"
},
{
"name": "ES_JAVA_OPTS",
"value": "-Xms256m -Xmx256m -Dlog4j2.formatMsgNoLookups:true"
},
{"name": "network.host","value":"0.0.0.0"}
]
orange-night-91387
06/29/2022, 6:53 PM