Hi, How do you do step (1)? How do you setup graylog 2 to listen to GELF
UDP input? I installed graylog2 but I only see that it is listening to the
following ports:
tcp 0 0 :::12900 :::*
LISTEN 5411/java
tcp 0 0 :::9350 :::*
LISTEN 5411/java
udp 0 0 :::54328
:::* 5411/java
On Thursday, 2 January 2014 15:38:08 UTC+5:30, Dmitri Stoljarov wrote:
>
>
> 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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.