I have setup DSE Cassandra audit log feature on a particular keyspace. By referring below documentation -
This is working perfectly fine. But, The problem is the DML statement that is captured in the column "operation" has bind variables for prepared statement. This is executed using DSE Driver through a java program. For UDTs this bind variable is captured as some hexadecimal value.
for ex: opts=000000120000002f00000003414c4c000000045253434800000001590000000800000162e0e658180000000641504952414d00000001490000002f0000000
I need to know how to parse this hexadecimal value to get actual data.