<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I am curious how to audit user actions in oVirt web interface. From
    engine.log we are able to extract when user logged in, when he
    updated vnicProfile and so, but we can not get exact changes
    (behavior).<br>
    <br>
    Right now I can get logs like:<br>
    <br>
    2013-12-05 16:35:46,270 INFO
    [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
    (ajp--127.0.0.1-8702-6) Correlation ID: 7e60ae1, Call Stack: null,
    Custom Event ID: -1, Message: Interface nic1 (VirtIO) was updated
    for VM test.test.org.   (User: user1)
    <br>
    <br>
    But it would be nice to get logs like:<br>
    <br>
    2013-12-05 16:35:46,270 INFO
    [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
    (ajp--127.0.0.1-8702-6) Correlation ID: 7e60ae1, Call Stack: null,
    Custom Event ID: -1, Message: Interface nic1 (VirtIO) was updated
    for VM test.test.org <b>from secure_vlan to unsecure_vlan</b>.  
    (User: user1)
    <br>
    <br>
    My point is to have a feature which can give us possibility to
    construct exact user behavior and action in managing oVirt. It could
    be useful not even in hunting bugs, but primary in security problem
    hunting.<br>
    <br>
    Thank you.<br>
    <br>
    Jakub Bittner<br>
  </body>
</html>