Parsing duo logs to Datadog

Hi Team,

We want to forward the duo logs to Datadog, Please let know how I can do it.

Thanks,

Hi @Kamal_Mudgal ,

DataDog does not have a native integration with Duo for ingesting Logs. Based on DataDog’s agent-based design, it is possible to use Duo Log Sync to forward logs to a TCP/UDP port on the DataDog Agent after creating a custom log collector/service via Host Agent Log collection. A simplified workflow is shown below:

Duo cloud <--443/tcp--> Duo Log Sync --10518/tcp--> DataDog Agent --443/tcp--> DataDog cloud

Hope this helps!