Generic TCP/IP Client Target - Ironstream_Hub - 1.3.0

Ironstream Hub Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream Hub
Version
1.3.0
Language
English
ContentType
Administration
Product name
Ironstream Hub
Title
Ironstream Hub Administration
Topic type
Administration
First publish date
2022

This target sends data without making any modifications, using TCP/IP.

Note: If you want to send records to Splunk and need Hub to add metadata, then add a Splunk Metadata Process to the Pipeline before the Target element.

If ConnectorType is set to TcpIpClient, a parent field TcpIpClientConfiguration can have these values set:

Field Description Valid Values Default Value
Address The network address to which the data will be sent. Valid DNS name or IP address None, mandatory
Port The port to which the data will be sent. 1024 - 49151 None, mandatory
DialTimeoutInSeconds The timeout for attempting to establish a connection with the remote system. Null or integer 20
IOTimeoutInSeconds The timeout when attempting to send data on an already established connection. Null or integer 180

Example TCP/IP Target

An example of a Target configuration file sending records via TCP/IP.

{
  "Name": "smf030index",
  "Id": "2345678-1234-1234-1234-123456789012",
  "TcpIpClientConfiguration": {
    "Address": "127.0.0.1",
    "Port": 8888,
    "DialTimeoutInSeconds": 20,
    "IOTimeoutInSeconds": 300
  },
  "ConnectorType": "TcpIpClient"
}