Azure/diagnostics-eventflow

Add ability to configure index format string

BuddhaBuddy1 opened this issue · 2 comments

Daily indexes are too big for our situation. We would like to have monthly ones, but there is no way to configure the format string. It is hard coded to 'yyyy.MM.dd'.

I would like to be able to configure the index format string.

I have submitted PR 417 to implement this feature.

This is done