datalust / seq-forwarder

Local collection and reliable forwarding of log data to Seq
Apache License 2.0
57 stars 15 forks source link

API key transparency #27

Closed nblumhardt closed 6 years ago

nblumhardt commented 6 years ago

Maintains a separate buffer file for each unique API key provided by source applications, forwards events associated with different API keys in separate batches, and proxies Seq's response back to the source application the next time it connects.

To do:

Fixes #2.

nblumhardt commented 6 years ago

Merging so we can get some feedback on the approach - definitely some room for more thinking about diagnostics however.