Logstash cannot connect to InfluxDB

@Steven_1 Acording to the documentation here you just need the server_url in the host key, not the port. And from what I know of docker networking InfluxDB should be available at influxdb. Have you tired:

output {
  influxdb {
    data_points => {}
    host => "influxdb"
  }
}