Hi @Adam Karas
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
Let’s check out the steps you need to follow
- Check DCR Transformation Setup: Ensure the transformation query is correctly applied to the Windows Firewall logs in the DCR. Make sure it's active.
- Verify Query in Log Analytics: Test the query (
where FirewallAction != "ALLOW"
orwhere FirewallAction == "DROP"
) in Log Analytics to confirm it returns only DROP records. - Data Collection Rule Assignment: Ensure the DCR is assigned to the right servers and no other rules are collecting logs without transformation.
- Schema Mapping: Ensure the field names and values in the logs match the transformation query (like
FirewallAction
,DROP
,ALLOW
). Check the raw logs in Log Analytics. - DCR Ingestion Latency: There might be a delay before logs reflect the transformation, so monitor them over time.
- Troubleshoot AMA Logs: Check the AMA logs for errors that might be affecting the DCR transformation.
Reference link :https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview
https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-query-overview
If you have any further queries, do let us know.
If you have any further queries, do let us know.
If the comment is helpful, please click "Accept Answer " and "Upvote it"