Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Microsoft Azure Log Analytics data input configuration fields

Description of the fields on the Microsoft Azure Log Analytics data input configuration form.

Basic configuration

FieldDescription
NameName of the new data input. This field is required.
DescriptionDescription of the data input.
Execute onOption to select whether to use a specific MID Server or a MID Server cluster. This field is required.
MID

(Only when the Execute on field is set to Specific MID Server)

MID Server to which log data from Microsoft Azure Log Analytics is pulled. Note:

  • You can select only MID Servers that support basic authentication. MID Servers that support mTLS are not listed.
  • The default maximum number of data inputs streaming logs to a single MID Server is 10. You can modify this number in the MID Server properties.
  • If log ingestion is not enabled for the selected MID Server, Health Log Analytics enables it automatically.

This field is required.

MID Server Cluster

(Only when Execute on is set to Specific MID Server cluster.)

The MID Server cluster to which the log data is pulled. This field is required.The data input runs on a single MID Server in the cluster until that MID Server fails. The system then moves all the data input tasks to the next available MID Server in the cluster according to the configured order.

Note:

  • Health Log Analytics supports only failover MID Server clusters. In these clusters, multiple MID Servers are grouped together for failover protection. When selecting a cluster from the data input or integration form, the MID Server clusters list displays only failover clusters.
  • The MID Server cluster must include only MID Servers that support basic authentication. mTLS is not supported for log ingestion.
  • Log ingestion must be enabled for each MID Server in the cluster. If log ingestion is not enabled for the active MID Server, Health Log Analytics enables it automatically.
  • The default maximum number of data inputs or integrations streaming logs to a single MID Server is 10. A cluster passes capacity validation if it contains at least one MID Server with fewer than 10 data inputs or integrations running on it, even when that MID Server is down.

For more information about MID Server clusters, see Configure a MID Server cluster.

Service instance

The service instance to which to bind the log data.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.

This field is required.

The following fields show read-only information:

FieldDescription
StatusStatus of the data input.
TransportProtocol used to stream the log data.This data input uses Microsoft Azure Log Analytics to stream log data to your instance.
Disabled sinceThe time when the data input stopped or failed.
Sources countThe number of log sources this data input has created.
Last log timeThe time when the last log streamed in the data input.
Error messageThe streaming error.This field is populated automatically. It displays only when a streaming error has occurred.
FieldDescriptionExample
From

Starting date and time for reading the data. Data older than this date and time is not read.Note: Setting this value to a past date might require the system to read large amounts of data, causing congestion.

This field is required.

Now -1 week
Data source nameThe name of the table in Microsoft Azure Log Analytics where the data input fetches the log data. For more information, see the View table information section in the Microsoft Azure documentation. This field is required.ContainerLog
Event time property nameThe Microsoft Azure Log Analytics field in which to detect the event time. This field is required.TimeGenerated
Max documents per queryThe highest number of rows retrieved in each query.500
Columns to selectComma-separated list of column names to return.Note: This field is ignored when you provide a custom query.LogEntry,LogEntrySource
Log query

A custom query for receiving log data from Microsoft Azure Log Analytics.The settings in this field override those in all other fields on the Query settings tab except the From field. If the Log query field is empty, Health Log Analytics generates the query using the values set in the other fields.

For the custom query, use the following JSON format:

{"query": "query | where TimeGenerated > %s | take 500"}

{
"query":"ContainerLog
                    | where LogEntry contains 'cartservice'
                    | where TimeGenerated > %s
                    | take 500",
"workspaces": ["defaultworkspace-3ab145ff-f9cd-433f-8533-d1b1ee24aee6-eus"],
"project": ["TimeGenerated", "LogEntry", "LogEntrySource"]
}
FieldDescription
Redirect UrlThe redirect URL of the access log application. The URL refers to the Microsoft Azure redirect\_uri authorization property. For more information, see the Authorization code URL \(GET request\) section in the Microsoft Azure documentation. This field is required.
Azure service principal credentials

The credentials used to access Microsoft Azure resources.Choose Client Secret from the drop-down list.

Note: You do not need Azure Enterprise Agreement (EA) credentials.

This field is required.

Workspace IdThe Customer ID used to call the Microsoft Azure Log Analytics REST API.

Advanced configuration

FieldDescriptionDefault value
Event Processor workersThe number of concurrent event processing workers, where each worker processes a batch of events independently.4
Workers Queue SizeThe queue size of the Event Processor workers.5
Sub sample drop ratioThe number of events to batch together, out of which one will be discarded. This setting is used to reduce the number of fetched events.-1
Sub sample receive ratioThe number of events to batch together, out of which all but one will be discarded. This setting is used to decrease the number of received events.-1
Character encodingThe character encoding for this data input.UTF-8
Sleep intervalThe interval, in seconds, to wait before querying again after a query has returned no events.60
Polling intervalThe interval, in seconds, to wait before polling for new events.0
Drop if queue is fullOption to discard logs if there is a load on the MID Server.False

Parent Topic:Data input configuration fields