Skip to content

Commit 3480cb2

Browse files
Merge pull request #10334 from ryanberg-aquent/CI-8544
AB#8544: Troubleshoot log file configuration issues with custom tables in Azure Log Analytics
2 parents 25b13c7 + 3b586aa commit 3480cb2

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Troubleshoot Log File Configuration Issues when Managing Custom Tables in Azure
3+
description: Troubleshooting guide for log file configuration issues when managing custom tables in Azure.
4+
ms.date: 12/08/2025
5+
author: JarrettRenshaw
6+
ms.author: jarrettr
7+
ms.reviewer: v-ryanberg, neghuman
8+
ms.service: azure-monitor
9+
ms.custom: Configure and Manage Log analytics tables
10+
---
11+
12+
# Troubleshoot log file configuration issues when managing custom tables in Azure
13+
14+
## Symptoms
15+
16+
When managing custom tables in Azure Log Analytics, users are unable to query logs due to a problem with the log file configuration.
17+
18+
## Cause
19+
20+
This issue isn't related to configuration settings. It's due to problems with the log file itself.
21+
22+
## Resolution
23+
24+
Follow these steps to resolve this issue.
25+
26+
1. **Verify log file integrity**
27+
28+
1. Navigate to the [Azure portal](https://portal.azure.com) and access your Log Analytics workspace.
29+
1. Check the integrity of the log files by reviewing the Log Management section.
30+
31+
2. **Check application team fixes**
32+
33+
1. Ensure that the application team has addressed any log file issues.
34+
1. Confirm that the logs are now accessible and can be queried without errors.
35+
36+
3. **Test log queries**
37+
38+
1. Use the Log Analytics query editor to run test queries.
39+
1. Confirm that the queries return expected results and that there are no errors.
40+
41+
4. **Monitor log performance**
42+
43+
1. Use Azure Monitor charts to track log performance and identify any anomalies.
44+
1. Set up alerts for any unusual activity or errors in log queries.
45+
46+
## References
47+
48+
- [Azure Monitor overview](/azure/azure-monitor/fundamentals/overview)
49+
- [Azure Monitor documentation](/azure/azure-monitor/)

support/azure/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ items:
121121
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-file-upload-errors.md
122122
- name: Troubleshoot performance logs not populating in Azure Government
123123
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-performance-logs-not-populating.md
124+
- name: Troubleshoot log file configuration issues when managing custom tables in Azure
125+
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-custom-table-log-file-configuration-issues.md
124126
- name: Troubleshoot deleting migrated custom tables in Log Analytics
125127
href: log-analytics/configure-and-manage-log-analytics-tables/troubleshoot-deleting-migrated-custom-tables.md
126128
- name: Log Analytics workspaces

0 commit comments

Comments
 (0)