Hi Jochen,

Thanks for solving the issue. Right now I am trying to send the gelf 
message from my java application using GELF appender, the data is reaching 
the graylog server but it comes as some symbols like 
 � �S���0 �X(�`��%"��&��*IW�j��1 � ��

Here is my gelf appender

<GELF

name=*"graylog2"*

server=*"sample.domain.com"*

port=*"12201"*

hostName=*"nivethashree"*

additionalFields=*"environment=DEV, application=businessappuserhost"*>

<PatternLayout>

<pattern>%d %-5p [%t] %C{2} (%F:%L) - %m%n</pattern>

</PatternLayout>


Thanks,

Alagappan (Kumar)

On Wednesday, 11 November 2015 09:46:57 UTC-5, Jochen Schalanda wrote:

> Hi Stefan,
>
> nmap can't really tell if a UDP socket is open or not if the listener 
> doesn't send a reply (which the GELF UDP input doesn't).
>
> FWIW, I think this problem has been solved on IRC (GELF UDP input was 
> bound to 127.0.0.1 instead of 0.0.0.0 or a public network interface): 
> https://botbot.me/freenode/graylog/2015-11-11/?msg=53904194&page=1
>
>
> Cheers,
> Jochen
>
> On Wednesday, 11 November 2015 14:20:49 UTC+1, Stefan Krüger wrote:
>>
>> you check TCP and not UDP ;)
>> try
>> nmap -sU -Pn -p 12201 sample.domain.com
>>
>> can you please create a RAW-Input and send some data to him, to check if 
>> graylog works correctly and get messages?
>>
>

-- 
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/9fdc777f-6a36-4fc3-b839-dda93151e894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to