Will Hallam
ServiceNow Employee
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 12-02-2021 01:58 PM
NOTE: This procedure enables TLS with built-in/self-signed certificates. For production deployment you should follow your company’s standard PKI practices regarding certificate configuration. The instructions in this article are provided as-is, with no implied or explicit support or guarantees.
Prerequisites
- HLA is provisioned on your ServiceNow instance, per https://docs.servicenow.com/bundle/rome-it-operations-management/page/product/health-log-analytics-a...
- A MID server is configured on your instance; a MID used for HLA should be dedicated to that purpose
In the ServiceNow instance:
- Navigate to Health Log Analytics->Data Inputs
- Click “New”
- Select “TCP”
- Populate the following fields:
- Name: a meaningful name for the data input
- Port: an available listening port on the selected MID server
- MID: the MID server to receive the log data
- Application service: the targeted application service (create one if needed)
- Advanced: check this box
- Use SSL/TLS: check this box
- Click Submit
In the Cribl UI:
- Navigate to Destinations
- Select “TCP JSON”
- Populate the following fields:
- Output ID: a meaningful name for the destination
- Address: the IP address for the MID selected above
- Port: the port selected in the Data Input
- TLS Settings (Client Side)->Enabled: Yes
- Validate server certs: set to "No" if using self-signed certificates
- Click Save
To send data to the new Destination, add a Route with the Output set to “tcpjson:<Destination Name>” and associate it with an applicable Pipeline.
Labels: