metal-stack / metal-lib

Common go packages used across the metal-stack microservices
MIT License
2 stars 1 forks source link

Auditing: only request meili indexes that are in time range #91

Closed vknabel closed 1 year ago

vknabel commented 1 year ago

https://github.com/metal-stack/metal-lib/blob/master/auditing/meilisearch.go#L172C1-L191

Try to parse the date of the indexes and try to filter out out of range ones on the client side. Note: the prefix might differ from the metal-api

Gerrit91 commented 1 year ago

Done.