duo_log_sync
duo_log_sync copied to clipboard
Currently, there doesn't appear to be a way to gracefully shutdown the app. Ideally, it would trap `SIGINT` and `SIGTERM` with a handler that finishes sending any already-retrieved log entries...
``` 021-01-06 03:34:44 ERROR DuoLogSync: check that the duoclient host and/or proxy_server provided in the config file is correct 2021-01-06 03:34:44 WARNING DuoLogSync: Shutting down due to [adminaction producer: [EOF...
I am getting the following error about adminaction unable to write to logs. Any ideas? 2020-12-22 23:19:50 INFO Starting DuoLogSync 2020-12-22 23:19:50 INFO DuoLogSync: Opening connection to ls01-dev-qa.aofk.net:2514 2020-12-22 23:19:50...
Hi Python 3.9.1 duo_log_sync duo_log_sync-authlog_export_script.zip config.yml duoclient: skey: "xxxx" ikey: "xxx" host: "xxxx" logs: logDir: "/tmp" endpoints: enabled: ["auth", "telephony", "adminaction"] polling: duration: 5 daysinpast: 180 checkpointDir: "/tmp" transport: protocol:...
Hi there, In DUO admin I created an application called DuoSyncLog with type "Auth API" and used the integration key and secret key shown in the config.yml. However when I...
Not sure if this is already supported. But I am not able to send the data to my AWS ELB. The duosync.log says it's writing the logs but I don's...
When running, the logs do get sent, but the app will crash with: ValueError: time data '2020-09-29T15:06:14+00:00' does not match format '%Y-%m-%dT%H:%M:%S.%f+00:00' Looking at the logs I'm receiving and I...
It seems that the expectation is that the consumer endpoint will accept all incoming requests. For a security tool that seems a little unusual. For instance, sending to something like...
Team, We just do fresh install on Ubuntu Linux and setup the DUO log sync . Ran up with below errors. ubuntu@ip-172-31-39-49:~/duo_log_sync/duologsync$ duologsync ./config.yml Exception ignored in: Traceback (most recent...