Skip to content

Commit dfeed13

Browse files
authored
Update faq.yml
------- cc: @bwren
1 parent fa8166f commit dfeed13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/azure-monitor/faq.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ sections:
8484
answer: |
8585
Insights and solutions provide a custom experience for working with data stored in Azure Monitor. You can work directly with log data using a log query written in Kusto Query Language (KQL). In the Azure portal, you can write and run queries and interactively analyze data using Log Analytics. Analyze metrics in the Azure portal with the Metrics Explorer. See [Analyze log data in Azure Monitor](logs/log-query-overview.md) and [Getting started with Azure Metrics Explorer](essentials/metrics-getting-started.md).
8686
87+
- question: |
88+
What am I seeing duplicate records in Azure Monitor Logs?
89+
answer: |
90+
You may on occasion notice duplicate records in Azure Monitor Logs. This will typically be from one of the following two conditions.
91+
92+
- Components in the pipeline have retries to ensure reliable delivery at the destination. Occasionally, this may result in duplicates for a very small percentage of telemetry items.
93+
- If the duplicate records come from a virtual machine, then you may have both the Log Analytics agent and Azure Monitor agent installed. If you still need the Log Analytics agent installed, then configure the Log Analytics workspace to no longer collect data that’s also being collected by the data collection rule used by Azure Monitor agent.
94+
95+
96+
8797
- name: Solutions and insights
8898
questions:
8999
- question: |

0 commit comments

Comments
 (0)