TCP

Most recent version: v0.0.1

See the changelog of this Data sink types here.

Overview

TCP (Transmission Control Protocol) is a core protocol of the Internet Protocol Suite. It ensures reliable, ordered, and error-checked data delivery between applications running on hosts in a network.

Onum supports integration with TCP servers. Select TCP from the list of sink types and click Configuration to start.


Configuration

Now you need to specify how and where to send the data, and how to establish a connection with the TCP server.

Metadata

Enter the basic information for the new Data Sink.

Parameters
Description

Name*

Enter a name for the new Data Sink.

Description

Optionally, enter a description for the Data Sink.

Tags

Add tags to easily identify your Sink. Hit the Enter key after you define each tag.

Metrics

Decide whether or not to include this Data sink info in the metrics and graphs of the Home area.

Configuration

Now add the configuration to establish the connection.

Parameter
Description

Host*

Enter the IP address or hostname. Use 0.0.0.0 to indicate all.

Port*

Enter the IP port number.

TLS Configuration

Parameter
Description

Certificate

This is the predefined TLS certificate.

Private key

The private key of the corresponding certificate.

CA chain

The path containing the CA certificates.

Minimum TLS version

Select a version from the menu.

Click Finish when complete.

Last updated

Was this helpful?