Microsoft Azure Event Hubs integration configuration fields
Description of the fields on the Microsoft Azure Event Hubs integration configuration forms for Health Log Analytics.
For the Microsoft Azure Event Hubs integration setup procedure, see Set up a Microsoft Azure Event Hubs integration for Health Log Analytics.
| Field | Description |
|---|---|
| Integration Name | Unique name of this integration. For example: My Event Hubs integration. This field is required. Remarque : When you fill in this field, the generic name displayed on the form adjusts automatically to match the name you
entered. |
| Service Instance | The service instance (formerly the application service) to which to bind the log data. This field is required. |
| Source | The source of the log data that the integration pulls to your ServiceNow instance: PubSub. This field is read-only. |
| Description | Option to add a brief description of the integration to help identify it. |
| Execute on | Option to select whether to use a specific MID Server or a MID Server cluster. This field is required. |
| MID Server name |
(Only when Execute on is set to Specific MID Server.) The MID Server to which the logs are streamed.Remarque : 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. Remarque : For more information about MID Server clusters, see Configure a MID Server cluster.
|
| Event Hubs namespace | The scoping container for the event hub or hubs. This field is required. |
| Event Hub name | The event hub from which to fetch log data. This field is required. |
| Consumer Group name | The Consumer Group to use. This field is required. Enter an existing Consumer group or create one in the event hub. The default value is $Default. |
| Event Hub Credentials | The Event Hub credentials to use. This field is required. Select existing Azure Shared Access Signature (SAS) credentials or create the Azure SAS credentials to use. If you create new Azure SAS credentials, you must provide the SAS policy name and key. |
| Field | Description |
|---|---|
| Restore point rate | The number of logs the integration can read before a restore point is saved. |
| Processor threads count | The total number of processor threads. |
| Sub sample drop ratio | The ratio of logs to discard. This setting determines the number of logs to group together, out of which one is dropped. It reduces the number of fetched logs. The default value is -1: no logs are discarded. For example, if you want one log out of every five to be dropped, change the value to 5. |
| Sub sample receive ratio | The ratio of logs to receive. This setting determines the number of logs to group together, out of which one is received. It reduces the number of logs you receive. The default value is -1, meaning no logs are received. For example, if you want to receive one log out of every five, change the value to 5. |
| Operation timeout (seconds) | The number of seconds to wait before timing out event hubs operations. |
| Receive idle timeout (seconds) | The number of seconds to wait before timing out receive operations. |
| Max length in bytes | The maximum length, in bytes, of log messages. The default value is 32766. |
| Prefetch count | The number of logs received in advance of event hubs operations. |
| Max batch size | The maximum number of events passed to a single process call. The default value is 100. |
| Default timezone | The default time zone of logs. The system uses this default when the log does not specify a time zone. The default value is GMT. |
| Character encoding | The character encoding for this integration. The default value is UTF-8. |
| Drop if queue is full | Option to select discarding logs if there is a load on the MID Server. |