microsoft / AzureNetworkWatcherNSGFlowLogsConnector

Ingest NSG flow logs and transmit to your log analytics system.
MIT License
38 stars 100 forks source link

NSG Flow Logs to Event Hub #8

Closed markhoiland closed 5 years ago

markhoiland commented 5 years ago

Hello. It appears that the option to send the flow logs directly to an Azure Event Hub were added to this code, but when attempting to use it the events don't appear to be getting picked up by the Event Hub. Is that functionality possible now using this function app deployment?

sebastus commented 5 years ago

I'm just merging another PR related to that. Please give it another try and let me know what you find.

akgopal commented 5 years ago

Hi, the nsgflowevents still don't appear in the event hub. nsgrulecounters and nsgevents are published. Is this issue still open.

sebastus commented 5 years ago

The feature is tested and merged with master branch. Check your settings and ensure that the output binding is "eventhub" and all other settings are correct.