Skip to content

Commit 92bb003

Browse files
authored
Update azure-stream-analytics.md
1 parent f28296e commit 92bb003

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/integrations/microsoft-azure/azure-stream-analytics.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1414

1515
For Azure Stream Analytics, you can collect the following logs and metrics:
1616

17-
* **Resource logs**. Azure Stream Analytics captures below two categories of resource logs:
18-
* **Authoring**. These log events that are related to job authoring operations, such as job creation, and starting or stopping the job.
17+
* **Resource logs**. Azure Stream Analytics captures the following two categories of resource logs:
18+
* **Authoring**. These log events are related to job authoring operations, such as job creation, and starting or stopping the job.
1919
* **Execution**. These events are related to job execution such as connectivity and data processing errors.
2020

2121
To learn more about the different resource log category types and schemas collected for Azure Stream Analytics, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-job-diagnostic-logs#resource-log-categories).
@@ -35,25 +35,25 @@ When you configure the event hubs source or HTTP source, plan your source catego
3535

3636
### Configure metrics collection
3737

38-
In this section, you will configure a pipeline for shipping metrics from Azure Monitor to an Event Hub, on to an Azure Function, and finally to an HTTP Source on a hosted collector in Sumo Logic.
38+
In this section, you will configure a pipeline for shipping metrics from Azure Monitor to an Event Hub, onto an Azure Function, and finally to an HTTP Source on a hosted collector in Sumo Logic.
3939

4040
1. Create a hosted collector and tag the `tenant_name` field. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name). <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Tag Tenant Name" style={{border: '1px solid gray'}} width="500" />
4141
1. [Configure an HTTP Source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-1-configure-an-http-source).
4242
1. [Configure and deploy the ARM Template](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-2-configure-azure-resources-using-arm-template).
43-
1. [Export metrics to Event Hub](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-3-export-metrics-for-a-particular-resource-to-event-hub). Perform below steps for each Azure Stream Analytics job that you want to monitor.
44-
* Choose `Stream to an event hub` as destination.
43+
1. [Export metrics to Event Hub](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-3-export-metrics-for-a-particular-resource-to-event-hub). Perform the steps below for each Azure Stream Analytics job that you want to monitor.
44+
* Choose `Stream to an event hub` as the destination.
4545
* Select `AllMetrics`.
46-
* Use the Event hub namespace created by the ARM template in Step 2 above. You can create a new Event hub or use the one created by ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name.
46+
* Use the Event hub namespace created by the ARM template in Step 2 above. You can create a new Event hub or use the one created by the ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name.
4747

4848
### Configure logs collection
4949

5050
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
5151

5252
1. To set up the Azure Event Hubs source in Sumo Logic, refer to [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
53-
2. To create the Diagnostic settings in Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-job-diagnostic-logs#send-diagnostics-to-azure-monitor-logs). Perform below steps for each Azure Stream Analytics job that you want to monitor.
53+
2. To create the Diagnostic settings in the Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-job-diagnostic-logs#send-diagnostics-to-azure-monitor-logs). Perform the steps below for each Azure Stream Analytics job that you want to monitor.
5454
* Choose `Stream to an event hub` as the destination.
5555
* Select `Execution` and `Authoring`.
56-
* Use the Event hub namespace and Event hub name configured in previous step in destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
56+
* Use the Event hub namespace and Event hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
5757

5858
## Troubleshooting
5959

0 commit comments

Comments
 (0)