A couple requirements that I solve a different way but it would nice if it was just a checkbox in SEM to make it easier to do.
Storage of RAW logs: One requirement is to store logs in RAW log format. Since SEM normalizes the data and puts it into the database this won't solve this requirement. There is an additional database you can create with SEM but it seems not super easy to use and almost not suggested in the admin guide. My solution has been to store the windows event logs myself with scripts to a NAS and Unix / Linux syslog to same NAS separate from SEM. It would be neat if you could just tell SEM to forward the logs it gets to a share somewhere by checking a box.
Another thing that could be made easier perhaps would be to make it easier to separate the application from the data. As it is now most people keep everything in /var which works but it makes for one huge VM. Maybe I'm missing something but separating this data out into other VM database isn't super intuitive?
Bill