Hi,

I installed graylog server, and web with all other pre-requisities on a 
single node operating on Ubuntu14 TLS.

My elastic search status is green and everything looks good.

But when I sent the log message to GELF input by specifying my internet DNS 
name, it doesn't log anything in graylog. But when I uses localhost then it 
logs.

I enabled the port/endpoint 12201 for my VM running on Azure.


Working :
echo '{"version": "1.1","host":"example.org","short_message":"A short 
message that helps you identify what is going on","full_message":"Backtrace 
here\n\nmore 
stuff","level":1,"_user_id":9001,"_some_info":"foo","_some_env_var":"bar"}' 
| nc -w 1 -u localhost 12201

Not Working :
echo '{"version": "1.1","host":"example.org","short_message":"A short 
message that helps you identify what is going on","full_message":"Backtrace 
here\n\nmore 
stuff","level":1,"_user_id":9001,"_some_info":"foo","_some_env_var":"bar"}' 
| nc -w 1 -u *sample.domain.co <http://sample.domain.co/>m* 12201

Thanks,
Alagappan.

-- 
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/ec4292d8-3779-40be-82e3-45f316bda5a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to