MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.09k stars 21.14k forks source link

Sending WindowsEventLogs directly to Eventhub or Storage does not work (Preview) #117130

Closed gittyNico closed 1 month ago

gittyNico commented 7 months ago

Hi,

in the linked docs Windows Event Logs are listed as supported Data types to be send to eventhub and storage.

Using exactly the provided sample, the ARM deployment errors out with the following message:

{"code":"InvalidPayload","message":"Data collection rule is invalid","details":[{"code":"InvalidDataFlow","target":"Properties.DataFlows[0]","message":"'Data Flows' destination with name 'myEh1' does not support specified streams: Microsoft-WindowsEvent."}]}

{"code":"InvalidPayload","message":"Data collection rule is invalid","details":[{"code":"InvalidDataFlow","target":"Properties.DataFlows[0]","message":"'Data Flows' destination with name 'blobNamedWin' does not support specified streams: Microsoft-WindowsEvent."}]}

I also tested Linux Syslog, they work perfectly.

If a docs updated is needed or this is going to be a issues can be decided by the agent (as it is still in preview)


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ManoharLakkoju-MSFT commented 7 months ago

@gittyNico Thanks for your feedback! We will investigate and update as appropriate.

RyanHill-MSFT commented 7 months ago

@gittyNico, I've assigned your issue to the content author to investigate further and update the document as appropriate.

guywi-ms commented 7 months ago

@Lukeout please advise.

AbbyMSFT commented 1 month ago

Opening internal work item to address this issue: https://dev.azure.com/msft-skilling/Content/_workitems/edit/261692

please-close

gittyNico commented 1 month ago

Hi, checking this commit https://github.com/MicrosoftDocs/azure-docs/commit/3f4e251f56caeb8da385d027bdab70726b3d0520, it could maybe already be solved. Haven't checked it since as we postponed our work.