Configure REST API data inputs
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Health Log Analytics
Configure a REST API data input for streaming log data to your ServiceNow instance in JSON format.
Before you begin
- Ensure that a MID Server is installed and configured with the Log Ingestion capability enabled. For more information, see MID Server system requirements. Important: Health Log Analytics does not support IPv6. To work with the application, configure the MID Server to IPv4.
- Ensure that a MID Web Server is set up for the MID Server.
For more information, see Configure the MID Web Server extension.
On the MID Web Server Contexts form, in the Executing on field, select Specific MID Server and not the cluster option. In the MID Server field, select the specific MID Server to which the log data is pushed.
- If the IP address of the MID Server is exposed by network address translation (NAT), a load balancer or a similar device, it must have a public IP address. In the MID Server properties, add a property named mid.public_ip with the public IP address as the value. For more information, see Create a MID Server property.
Role required: evt_mgmt_admin
About this task
To stream log messages to the MID Server, the URL must have the format http://{MID_SERVER_IP}:{MID_WEB_SERVER_PORT}/api/mid/hla/raw, where /api/mid/hla/raw is the endpoint.
Procedure
Result
What to do next