Hi Alexey,

the Graylog Collector currently only supports sending GELF via TCP. You'll 
have to create a GELF TCP input on your Graylog server node(s).

Cheers,
Jochen

On Thursday, 25 February 2016 17:29:29 UTC+1, Alexey Chuenko wrote:
>
> 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/816f5d55-9425-4a3a-a3e3-d2de4cdebf85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to