Edge Delta data input configuration fields
Summarize
Summary of Edge Delta data input configuration fields
This guide explains the configuration fields available when setting up an Edge Delta data input in ServiceNow. It helps you properly stream log data from Edge Delta to your ServiceNow instance, ensuring correct connectivity and data correlation.
Show less
Key Configuration Fields
- Data input name: Mandatory name for the new data input.
- Description: Optional field to describe the data input.
- Transport: Specifies the protocol used to send log messages. Options include:
- TCP: Ideal for large log volumes; requires specifying a MID Server and port. TLS/SSL is not supported. A TCP destination must be created in Edge Delta matching the MID Server host and port.
- HTTP: Suitable for smaller log sets; uses RESTful APIs via HTTP or HTTPS depending on MID Web Server settings. Requires selecting a MID Web Server, which auto-populates MID Server and port fields. Supports Basic or API Key authentication configured on the MID Web Server. An HTTP destination with a specific endpoint URL and custom headers (Authorization and Content-Type) must be configured in Edge Delta.
- MID Web Server: Required when using HTTP transport; this is the server receiving streamed logs.
- MID Server: Required for log streaming; auto-filled if HTTP transport is selected based on the MID Web Server.
- Port: The listening port on the MID Server. Must be within a recommended range and available. The port must be opened by your security team. Auto-filled for HTTP transport.
- Service instance: Required to bind log data for HLA correlation with Configuration Items (CIs) in the CMDB. If no service instance exists, create one, add CIs, and set its status to Operational to enable root cause analysis.
Practical Considerations
- Choose TCP transport for high-volume logs and HTTP for smaller, secure transmissions.
- Ensure the MID Server and MID Web Server are correctly configured and reachable.
- Coordinate with your security team to open necessary ports.
- Properly configure authentication headers for HTTP transport to enable successful log ingestion.
- Accurately map logs to service instances in CMDB for effective root cause analysis using HLA.
Description of the fields on the Edge Delta data input configuration form.
| Field | Description |
|---|---|
| Data input name | Name of the new data input. This field is required. |
| Description | Description of the data input. |
| Transport | The Edge Delta destination used for streaming log messages to the ServiceNow instance. The options are:
|
| MID web server | The MID Web Server to which the log data is streamed. |
| MID server | The MID Server to which the Edge Delta logs are streamed. This field is required. If you selected HTTP in the Transport field, this field is populated automatically based on the selected MID Web Server. |
| Port | The port on the MID Server used for listening to logs. Choose a port within the suggested range from the array. In the case of TCP transport, the port must not be occupied by another process. Make sure that your organization’s security team opens the selected port. This field is required. If you selected HTTP in the Transport field, this field is populated automatically based on the selected MID Web Server. |
| Service instance | The service instance to which to bind the log data. This field is required. Choosing the service instance enables HLA to correlate CIs and service instances in the CMDB for root cause analysis. 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. |