serilog-archive / serilog-sinks-azuredocumentdb

A Serilog sink that writes to Azure DocumentDB
Apache License 2.0
17 stars 15 forks source link

Allow the Ability to Define a Partition Key For the Container #80

Open jondmcelroy opened 5 years ago

jondmcelroy commented 5 years ago

It appears that microsoft will be getting rid of the 'fixed' collections soon as they are no longer needed. This will allow logs to grow beyond 10Gbs.

fixedpartition

The code will need updating to keep track of logs by partition id. The bulk import script will need updating to make the calls against individual partitions.