Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

TCP data input configuration fields

Description of the fields on the TCP data input configuration form.

Basic configuration

FieldDescription
NameName of the new data input. This field is required.
DescriptionDescription of the data input.
PortThe port for the MID Server. Select a unique port from the array. The placeholder shows the range of ports from which to choose. Make sure that your organization’s security team opens the selected port. This field is required.
MID

The MID Server to which the logs are streamed. Note:

  • You can select only MID Servers with log ingestion capability that support basic authentication. MID Servers that support mTLS are not listed.
  • The default maximum number of data inputs streaming logs to a single MID Server is 10. You can modify this number in the MID Server properties.

This field is required.

Service instanceThe service instance to which to bind the log data. This field is required.Note: If no relevant service instance exists, Create an service instance and add CIs to it. Set the status of the new service instance to Operational.

The following fields show read-only information:

FieldDescription
StatusStatus of the data input.
TransportProtocol used to send the log data.Rsyslog and Splunk send data using the TCP protocol.
Sources countThe number of log sources this data input has created.
Disabled sinceThe time when the data input stopped or failed.
Last log timeThe time when the last log streamed in the data input.
Error messageThe streaming error.This field is populated automatically. It displays only when a streaming error has occurred.

Advanced configuration

FieldDescriptionDefault value
Use SSL/TLSOption to use SSL/TLS. 
Look up hostnamesOption to perform DNS lookup to resolve IPs to hostnames.false
Boss thread countThe number of threads that manage connections.1
Worker thread countThe number of threads that handle incoming data.4
Read timeout secondsThe timeout in seconds since the last read. When the timeout expires, the system closes the channel.30
Default timezoneThe default time zone of events. The system uses this default when the log does not specify a time zone.GMT
Sub sample drop ratioThe ratio of events to drop.-1
Sub sample receive ratioThe ratio of events to receive.-1
Max length in bytesThe maximum length of log messages in bytes.32766
Character encodingThe character encoding for this data input.UTF-8
Drop if queue is fullOption to discard logs if there is a load on the MID Server. 
Line breaker delimitersThe line break character separating the raw log lines.Splitting values must be separated by a comma followed by a space: ", ". For example: "\\r, \\n, , splitHere, \#". 

Parent Topic:Data input configuration fields