Docker fleet server binding error

Hi,

I am using containerized fleet server on another machine and getting the following error.

[elastic_agent][error] 2022-07-07T07:24:31Z - message: Application: fleet-server--8.3.0[68af02f0-da42-4b33-b6e0-5264fcf0d72e]: State changed to FAILED: Error - listen tcp 10.1.150.107:8220: bind: cannot assign requested address - type: 'ERROR' - sub_type: 'FAILED'

environment:
 - FLEET_SERVER_ENABLE=true
 - FLEET_SERVER_ELASTICSEARCH_HOST=https://elasticsearch.fqdn:9200
 - FLEET_SERVER_SERVICE_TOKEN=fleet-service-token
 - FLEET_SERVER_POLICY_NAME=testpolicy
 - FLEET_SERVER_CERT=/path/node1.pem
 - FLEET_SERVER_CERT_KEY=/path/node1.key
 - FLEET_URL=https://fleethost.fqdn:8220

I have also tried to use 0.0.0.0 but no luck.

{"log.level":"error","@timestamp":"2022-07-06T16:44:27.681Z","log.origin":{"file.name":"log/reporter.go","file.line":36},"message":"2022-07-06T16:44:27Z - message: Application: fleet-server--8.3.0: State changed to FAILED: Error - listen tcp: lookup "0.0.0.0": no such host - type: 'ERROR' - sub_type: 'FAILED'","ecs.version":"1.6.0"}

Can someone suggest

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