Configure data inputs (MID Server)
Configure a data input for collecting and streaming MID Server log messages to your ServiceNow instance. Data input configuration is an essential step in setting up the Health Log Analytics (HLA) application.
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.
- If the MID Server IP address 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.
- For shipping your logs encrypted using SSL TLS, see the Streaming Data With Rsyslog & Filebeat Using SSL [KB0866319] article in the Now Support Knowledge Base.
About this task
This procedure describes how to create a MID Server data input from the Data Inputs page.
Alternatively, you can create a data input for a specific MID Server from the MID Server form: Navigate to the MID Servers page, select a MID Server, and then select the Create MID Server Data Input using HLA related link. Define the data input configuration to complete the process.
- When you create a MID Server data input, all logs are automatically mapped to the predefined mid_server_log source type. This source type includes preconfigured mapping settings to maximize the value of monitoring your MID Server logs. To review the mapping script, navigate directly from the data input configuration form to the mapping form by selecting Go to Mapping under Related Links. Review the source type by navigating to Source Type Structures and select the mid_server_log source type.
- For optimal performance, debug MID Server log messages are not processed by default. If you want to send debug messages to Health Log Analytics for processing, add the following to your MID Server properties: mid.hla.mid_data_input.ignore_debug_level_logs = false.
Procedure
Result
The data input configuration process is complete. Health Log Analytics adds the data input record to the Data Inputs table and attaches the configuration file to the data input record. The data input starts collecting and streaming MID Server log messages to your ServiceNow instance.