ddbnl / office365-audit-log-collector

Collect / retrieve Office365, AzureAD and DLP audit logs and output to PRTG, Azure Log Analytics Workspace, SQL, Graylog, Fluentd, and/or file output.
https://ddbnl.github.io/office365-audit-log-collector/
MIT License
107 stars 40 forks source link

Output to file not working? #4

Closed sea-tee-hm closed 2 years ago

sea-tee-hm commented 5 years ago

Might be user issue - but I cannot seem to get the output to go to a file

Sosti123 commented 4 years ago

Has anyone managed to get this working?

furiel commented 4 years ago

As far as I know file output does not work. There are two open pull requests that intend to address the issue.

What I did is: I created a branch that combines both pull requests into a single integration branch in my fork: https://github.com/furiel/office365-audit-log-collector/commits/integration that worked good enough for proof of concept purposes. That was quite a while ago though. Since then we switched to a c implementation. So I cannot tell if that code still works or not.

ddbnl commented 2 years ago

Fixed in beafb63.