Open niecore opened 2 days ago
Hey @niecore, from the error message you shared, I see the dataset is azure.eventhub
, so I assume you are using the "generic" event hub integration (named "Collect events from Event Hub"), right?
I don't know what log categories you are sending to the event hub alongside the ApplicationGatewayFirewallLog
category (so, please correct me if I'm wrong), but sometimes users get mapping errors from sending log categories with incompatible data models.
If you want to collect a diverse set of log categories with a single event hub, I suggest deploying the routing solution described at https://github.com/zmoog/public-notes/issues/92.
Using the custom pipeline with routing, the pipeline will route the ApplicationGatewayFirewallLog
log events to the Azure Firewall logs data stream, which is specialized for these log categories.
Note: We are working on an Azure Logs integration v2 with built-in routing that will do the same thing as the guide.
Integration Name
Azure Logs [azure]
Dataset Name
azure.eventhub
Integration Version
1.19.3
Agent Version
8.15.2
Agent Output Type
elasticsearch
Elasticsearch Version
8.15.2
OS Version and Architecture
elasticsearch cloud
Software/API Version
No response
Error Message
Following log message is logged in the elastic-agent running the azure logs integration and send via filebeat to elasticsearch (some information is removed):
Event Original
No response
What did you do?
-
What did you see?
All ApplicationGatewayFirewall events are missing in logs-azure.eventhub-*
What did you expect to see?
-
Anything else?
No response