Message Reached Time

i am sending a message to graylog using

GrayLogUdpClient ObjGLU2 = new GrayLogUdpClient();
ObjGLU.Send(“Hello World !”, “Welcome to graylog Full Message”);

How much of time takes to reach the msg to graylog site.

and also i want to know the difference between shortmessage and fullmessage

That’s impossible to tell without all necessary details like message size, network latency and bandwidth, OS processing time of network packets, processing time of messages in Graylog, processing time of messages in Elasticsearch, etc.

Please refer to http://docs.graylog.org/en/2.3/pages/gelf.html#gelf-payload-specification

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.