Trying to configure beats for graylog

Hello graylog,

I am currently evaluating the best input plugin for my graylog instance. My goal is to push application logs from one server to graylog server and display the logs in graylog.

However, i still dont understand about the listening port part.

For example, when i use beats as the input, the form appeared shows that the listening address and port must be filled.

Question : What it means by listening address and port in graylog input context? It means that the beats plugin will receive logs from this address or the graylog will process the logs from this address? The beats just need to push to this port.

Thanks for your time to clarify.

Listening address, listening socket, server socket, or bind address are all synonyms for it.

It’s the local network socket which Graylog will start the input on.

See Berkeley sockets - Wikipedia for a more detailed technical description.

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