Include "fields" and "options" in index build email notification
Hi, I'm wondering if it would be possible to not only include the database and collection names in the "Index build succeeded" email notification, but also the "fields" and "options" json objects.
It's great to know what indices are built by the team as the database admin, and since there isn't a "createdAt" timestamp in mongodb, the emails would serve as a workaround for that as well.
In short, it would be a valuable addition for our team if the "fields" and "options" data was included in the "Index build succeeded" email notification.
Thanks in advance!
-
Ohad commented
I second that.
Sometimes we have to create a bunch of indexes on large collections but need to wait for each index build to be finished. Receiving an "index build succeeded" email without the index name is annoying and confusing. Adding the index name would be appreciated!