Skip to content

Commit

Permalink
Gather full retention period of method calls
Browse files Browse the repository at this point in the history
Per support feedback, gather full history.
  • Loading branch information
anodos325 committed Aug 6, 2024
1 parent 7a6c197 commit a05fab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ixdiagnose/plugins/audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Audit(Plugin):
'services': ['MIDDLEWARE'],
'query-filters': [['event', '=', 'METHOD_CALL']],
'query-options': {
'limit': 100,
'select': ['audit_id', 'message_timestamp', 'username', 'event_data', 'success'],
'order_by': ['-message_timestamp']
}
Expand Down

0 comments on commit a05fab4

Please sign in to comment.