如何从Syslog-NG / Syslog获取数据
我希望创建一个 C++ 套接字应用程序,它将侦听端口,并从 Syslog 和 Syslog-NG 接收数据。有没有关于它如何通过套接字的文档?
I am looking to create a C++ socket app that will listen on a port, and receive data from Syslog and Syslog-NG. Is there documentation anywhere about how it will come through the socket?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有。 syslog 协议在 RFC 5424 中进行了描述。根据 IANA,它使用
UDP 514
。Yes, there is. The syslog protocol is described in RFC 5424. According to IANA, it uses
UDP 514
.