0. Use latest graylog2. Setup it according instructions.
1. Create new graylog GELF UDP input. E.g. (port: 4450,bind_address: 
0.0.0.0)
2. Configure logstash output:
output {
  gelf {
    type => "your-name"
    port => 4450
    host => "graylog2_ip_address"
    facility => "your-facility"
 }
}

3. Verify that firewall is not blocking traffic to/from your graylog and 
logstash servers.
4. For debugging, create stdout output on logstash, to be sure, that 
messages are picked up by intput filter and forwarded to output filter.




On Thursday, January 2, 2014 10:52:15 AM UTC+2, Lê Bình wrote:
>
> I tried what you tell me, it doesn't make diferrent. Graylog2 should not 
> receive message from gelf output.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to