You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this will be a feature request... I came here with the same requirement...
Currently pino-elasticsearch provides a --index option.
We require an additional option to specify a time-based index.
Rather than making the format totally dynamic - I propose this is limited to daily, monthly or yearly resolution inline with the Elastic Search documentation here:
For --index logs --index-time year the index would be in the form logs_2018
For --index logs --index-time month the index would be in the form logs_2018-04
For --index logs --index-time day the index would be in the form logs_2018-04-19
Is ist possible to create daily rotating databases with pino-elasticsearch?
The text was updated successfully, but these errors were encountered: