sending event log output to a database

Hi, I want to send event log data directly to a nosql database. Where
in the code should I look in order to add this capability?

Regards,

Ron

We already support directly writing to ElasticSearch. Look in src/logging/writers.

What database did you want to add support for?

  .Seth