audit search
Please add search functionality to the audit log. The filtering helps but trying to find changes to a variable library for example is nearly impossible.

-
Travis Hoffmann commented
Just a comment, you could add a full text index to the JSON in the event table and perform the search using that feature in SQL using a stored procedure. Filter would need to be a whole word, but I think that would work okay. There might even be JSON indexes, I know SQL handles xml pretty well natively..
Maybe something like this (this is not super well researched, just pointing towards some ideas briefly):
https://docs.microsoft.com/en-us/sql/t-sql/functions/openjson-transact-sql -
Dan Anstis commented
I would love to have audit searching... Without search it makes the audit logs basically useless... I am about to connect to the SQL DB so I can search the contents, because there is no way in the UI.
-
Eren Aygunes commented
This would allow us to search for specific changes such as Variable updates. Currently we can't search for this type of entry in audit logs: "Variables for XYZ were changed"
-
Alex G commented
would be nice!!!
-
Jim Hsiao commented
This should be pushed higher. Current filter is just not specific enough.
An example is trying to find changes related to ActionTemplate and it is almost impossible since every OD configuration change is considered as a "Document modified" event.
-
selvakumar palanisamy commented
Once again thank you for providing great support and we love this product.
Currently the filtering criteria has only Project level, as you know that configuration is the most important part in deployment, we strongly need Audit Filter/Search criteria for Variables (Local/Global), Process Steps (Parameter changes), in Other words we must be able to identify the history of the data that is shown in the Project-Release-Variables Snapshot.
-
David White commented
Another idea: add a Category filter to the Audit page, to only view VariableSet changes. Or similar for Users/Roles/Teams, and anything else that is not Project-specific.
-
Aoun commented
In addition to these I'd like to know when users have been added/modified or added to security roles.
-
Ivar commented
We just had a important investigation into when a variable set changed.
With a huge audit loge it's near impossible to find related entries in the audit log -
Anonymous commented
We also need ability to review variable changes between deployments. Please provide ability to search on Audit page. Thank you