Hi. When trying to configure GELF UDP I receive an error in collector log:

ERROR [gelfTcpTransport-1-1] gelfclient.transport.GelfTcpTransport - 
Connection failed: Connection refused: /192.168.101.144:12202

Here is my Graylog Collector config:

server-url = "http://192.168.101.144:12900/";
collector-id = fce9530e-6972-4b5f-bb5d-5f1f7eda8689

inputs {
  syslog {
    type = "file"
    path = "/var/log/messages"
  }
}

outputs {
  gelf-udp {
    type = "gelf"
    protocol = "UDP"
    host = "192.168.101.144"
    port = 12202
    client-queue-size = 512
    client-send-buffer-size = 32768
  }
}

Netstat on graylog server:

udp        0      0 192.168.101.144:12202   0.0.0.0:*                       
    600        534504     29587/java

Syslog UDP and GELF TCP are working fine on the same server. So it can't be 
a network issue.
I have tried all kinds of combination. Still receive the connection refused 
error.

I have:
CentOS 7.2.1511
graylog-server-1.3.3-1
graylog-collector-0.4.2-1

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/d9a8a39b-e513-4f21-bd96-188ce37f3cfd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to