Hi Pablo, On Monday, 6 February 2017 19:34:38 UTC+1, Pablo Daniel Estigarribia Davyt wrote: > > As I have seen, there is no standard http post input only GELF in graylog? > Or using tcp port could be possible? (I will try this and extractor > configuration). >
This will probably not work because HTTP requires the server to respond to the client's request which the generic TCP input doesn't do. > One other possibility I have seen is to configure logstash http-input > https://www.elastic.co/blog/introducing-logstash-input-http-plugin then > use RabbitMQ to send data to Graylog? > Yes, that might work. You can also use Logstash's GELF output if you don't want to set up a RabbitMQ broker. Cheers, Jochen -- 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/db17a21b-a3f2-44a6-bb91-3c06785f1db4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
