|
- TCP Log/Syslog
- There two types of internet/intranet connections are available in LogAnalytics
- TCP client connection
- Firstly, you should to compose the connection string to reach intranet/internet log producer. The connect string looks as follows. TCP:name_or_ipaddress:port
- TCP means used protocol name.
- name_or_ipaddress might be someaddress.com or 192.168.0.1
- port is the remote port providing with the log data.
- UDP server connection
- UDP "connection" differs from TCP with the connection direction. "TCP connection" makes outgoing connection to an external device or computer. UDP "connection" allows an external device or computer to send data to LogAnalytics. In other words, UDP "connection" listens at the specified port for incoming data. The connect string looks as follows. UDP:port
- UDP means the protocol type.
- port means the port number to listen for the data.
|