Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to read logs from the /admin/v2/logs/authentication and running into some difficulty which does not seem to match the documentation. The doc says that the next_offset will be empty when there are no more pages of data to read, but this is...
I am not a Python guru, but looking at the duo_log_sync module I can see a comment in authlog_producer.py: “Mintime is never used when next offset is present”. If this is true then it would seem a very good piece of information to put into the docum...
Good point - I will take another look at the code there. I would rather have used that utility but it is unfortunately not suitable. It sends the data to a listening port, which means that the data would be lost if the listener was down. My code send...
I have the first part of this working now but I am stuck again on the next piece. The plan is to have this program run on a schedule - let’s say hourly. Each time it runs it saves the final state. The next run should read in the state and pick up whe...
Ah! That explains a few things. I opened this question on the community site, then opened a Support case. I see now that nobody ever responded to the Support case (rather worrying since our company relies on Duo for MFA and we pay for support) but in...