Skip to content

Commit 7e10be6

Browse files
authored
Update stream-analytics-troubleshoot-output.md
1 parent b8ae472 commit 7e10be6

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

articles/stream-analytics/stream-analytics-troubleshoot-output.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,25 @@ ms.custom: seodec18
1212

1313
# Troubleshoot Azure Stream Analytics outputs
1414

15-
This page describes common issues with output connections and how to troubleshoot and address them. Enable diagnostic logs as a best practice.
15+
This article describes common issues with Azure Stream Analytics output connections, how to troubleshoot output issues, and how to correct the issues. Many troublshooting steps require diagnostic logs to be enabled for your Stream Analytics job. If you do not have diagnosic logs enabled, see [Troubleshoot Azure Stream Analytics by using diagnostics logs](stream-analytics-job-diagnostic-logs.md).
1616

1717
## Output not produced by job
1818
1. Verify connectivity to outputs by using the **Test Connection** button for each output.
1919

2020
2. Look at [**Monitoring Metrics**](stream-analytics-monitoring.md) on the **Monitor** tab. Because the values are aggregated, the metrics are delayed by a few minutes.
2121

22-
* If Input Events > 0, the job is able to read input data. If Input Events is not > 0, then there is an issue with the job input. Review the [input troubleshooting](stream-analytics-troubleshoot-input.md) page for more information.
22+
* If Input Events are greater than 0, the job is able to read input data. If Input Events are not greater than 0, then there is an issue with the job's input. See [Troubleshoot input connections](stream-analytics-troubleshoot-input.md) to learn how to troubleshoot input connection issues.
2323

24-
* If Data Conversion Errors > 0 and climbing, review the [data errors]() page for more information.
24+
* If Data Conversion Errors are greater than 0 and climbing, see [Azure Stream Analytics data errors](data-errors.md) for detailed information about data conversion errors.
2525

26-
- If Runtime Errors > 0, it means that the job can receive the data but is generating errors while processing the query.
27-
- To find the errors, go to the [Audit Logs](../azure-resource-manager/management/view-activity-logs.md) and filter on *Failed* status.
28-
29-
- If InputEvents > 0 and OutputEvents = 0, it means that one of the following is true:
30-
- Query processing resulted in zero output events.
31-
- Events or its fields might be malformed, resulting in zero output after query processing.
32-
- The job was unable to push data to the output sink for connectivity or authentication reasons.
26+
* If Runtime Errors are greater than 0, your job can receive data but it's generating errors while processing the query. To find the errors, go to the [Audit Logs](../azure-resource-manager/management/view-activity-logs.md) and filter on *Failed* status.
27+
28+
* If InputEvents is greather than 0 and OutputEvents equals 0, one of the following is true:
29+
* Query processing resulted in zero output events.
30+
* Events or fields might be malformed, resulting in zero output after query processing.
31+
* The job was unable to push data to the output sink for connectivity or authentication reasons.
3332

34-
- In all the previously mentioned error cases, operations log messages explain additional details (including what is happening), except in cases where the query logic filtered out all events. If the processing of multiple events generates errors, the errors are aggregated every 10 minutes.
33+
In all the previously mentioned error cases, operations log messages explain additional details (including what is happening), except in cases where the query logic filtered out all events. If the processing of multiple events generates errors, the errors are aggregated every 10 minutes.
3534

3635
## Job output is delayed
3736

@@ -85,7 +84,6 @@ Note the following observations when configuring IGNORE_DUP_KEY for several type
8584
## Column names are lower-cased by Azure Stream Analytics
8685
When using the original compatibility level (1.0), Azure Stream Analytics used to change column names to lower case. This behavior was fixed in later compatibility levels. In order to preserve the case, we advise customers to move to the compatibility level 1.1 and later. You can find more information on [Compatibility level for Azure Stream Analytics jobs](https://docs.microsoft.com/azure/stream-analytics/stream-analytics-compatibility-level).
8786

88-
8987
## Get help
9088

9189
For further assistance, try our [Azure Stream Analytics forum](https://social.msdn.microsoft.com/Forums/azure/home?forum=AzureStreamAnalytics).

0 commit comments

Comments
 (0)