Skip to content

Commit

Permalink
Add origin and credentials dump
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Aug 6, 2024
1 parent a05fab4 commit 6490f62
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ixdiagnose/plugins/audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ class Audit(Plugin):
'services': ['MIDDLEWARE'],
'query-filters': [['event', '=', 'METHOD_CALL']],
'query-options': {
'select': ['audit_id', 'message_timestamp', 'username', 'event_data', 'success'],
'select': [
'audit_id',
'message_timestamp',
'service_data.origin',
'service_data.credentials',
'event_data',
'success'
],
'order_by': ['-message_timestamp']
}
}]),
Expand Down

0 comments on commit 6490f62

Please sign in to comment.