Hi Akash,
I would consider creating a custom logging template. There are a lot of fields that are not included in the default template as well as the other example templates that come with Guardium. Check out this doc where you can choose the variables that apply to the type of database you are monitoring with your security policy. There are variables that only apply to certain types of databases, distributed vs mainframe type monitoring.
https://www.ibm.com/docs/en/guardium/11.5?topic=profile-alert-message-templateIn addition I'd get with your splunk team to get the logs you are sending parsed and indexed consistently. They will appreciate a template that provides key / value pairs. As an example something like this would be helpful. You can substitute other delimiters as well.
rule_description="%%ruleDescription", client_ip="%%clientIP", server_ip="%%serverIP", db_user="%%DBUser", source_program="%%SourceProgram" ,database_name="%%DBName", sql_verb="%%Verb", object="%%Object", object_type="%%objectType"
Good luck!
------------------------------
Patrick OBrien
------------------------------