Hello All,
I'm trying to push some logs via Kafka to Chronicle SIEM. Kafka server has been set up and logs are given in the topic but when I do a docker logs cfps I'm getting the below error.
E0618 08:22:53.462000 489 run_command.go:121] Error starting kafka input: failed to dial: failed to open connection to 10.13.*.**:9092: dial tcp 10.13.*.**:9092: connect: connection refused
I0618 08:22:53.464594 489 monitor.go:65] Starting config monitor
E0618 08:23:03.439470 489 kafka.go:166] failed to read message from kafka queue: failed to dial: failed to open connection to 10.13.*.**:9092: dial tcp 10.13.*.**:9092: connect: connection refused
E0618 08:23:18.444614 489 kafka.go:166] failed to read message from kafka queue: failed to dial: failed to open connection to 10.13.*.**:9092: dial tcp 10.13.*.**:9092: connect: connection refused
E0618 08:23:33.450403 489 kafka.go:166] failed to read message from kafka queue: failed to dial: failed to open connection to 10.13.*.**:9092: dial tcp 10.13.*.**:9092: connect: connection refused
E0618 08:23:48.455386 489 kafka.go:166] failed to read message from kafka queue: failed to dial: failed to open connection to 10.13.*.**:9092: dial tcp 10.13.*.**:9092: connect: connection refused
E0618 08:24:03.523124 489 kafka.go:166] failed to read message from kafka queue: failed to dial: failed to open connection to UHG-kafka-testing:9092: dial tcp: lookup UHG-kafka-testing on 127.0.0.53:53: server misbehaving
E0618 08:24:18.580845 489 kafka.go:166] failed to read message from kafka queue: failed to dial: failed to open connection to UHG-kafka-testing:9092: dial tcp: lookup UHG-kafka-testing on 127.0.0.53:53: server misbehaving
Can anyone help me here.
Thank you in advance.