Read events from Azure Firewall Structured Logs
nicolgit opened this issue · 4 comments
nicolgit commented
Structured Firewall Logs for Azure Firewall, allow customers to choose using Resource Specific Tables instead of existing AzureDiagnostic table.
this will simplify the code in event-hub-source.service.ts
https://learn.microsoft.com/en-us/azure/firewall/firewall-structured-logs
meizenga commented
Adding support for Structured Firewall Logs would be really nice
nicolgit commented
Implemented
- Network rule log
- NAT rule log
- Application rule log
- DNS proxy log
still to do:
- Threat Intelligence log
- IDPS log
- Internal FQDN resolve failure log
- Application rule aggregation log
- Network rule aggregation log
- NAT rule aggregation log
- Top flow log (preview)
- Flow trace (preview)