share-extras / audit-dashlet

Display audit events for any given audit application
Apache License 2.0
9 stars 11 forks source link

Implement a way to save audit search to repository #4

Open colindstephenson opened 10 years ago

colindstephenson commented 10 years ago

Hi,

We are currently testing out the audit dashlet and so far it looks to provide everything we need from an audit perspective. What would be really beneficial is a way to say the audit searches back to the repository. Not sure how to log this as an enhancement request ...

Thanks, Colin.

wabson commented 10 years ago

Tagged as an enhancement. Are you interested in helping to implement this? The upcoming Global Hackathon would be an ideal time if you need some handholding to help you get started.

colindstephenson commented 10 years ago

I guess the rule of "Don't suggest anything that you are not prepared to do yourself" applies here :) I will check with my "social coordinator" on this.

romainguinot commented 10 years ago

Couple of things to note here :

I guess one could add a field in the dashlet config so that a client-side post-processing search expression is saved as well in the dashlet's config, but i have a feeling this may not be of general value. This would therefore be best done as part of an integration/customization project on your end.

It could be worth logging an enhancement case for the audit API server-side/repo search capabilities as well, if need be.

Does this help you out ?

colindstephenson commented 10 years ago

Looking at my initial post, there may be some ambiguity. I probably should have said "save audit search results"

After we run the query and have the results in the dashlet, we have a need to save these search results to the repository so that when the auditors reviewing sites, we can demonstrate certain events have occurred to them.

Saving the raw JSON stream to the repository would be fine as then some actions could be applied on top to transform to HTML or some other presentation document.

Thanks, Colin.