Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I am using python and looking for a way to query the audit log between two time stamps.
I have tried to use these even thought they are not listed, I thought by chance or magic they would work
NaElement("time-range")
NaElement("audit-timestamp-range")
child_add_string("end-time", end_time)
child_add_string("start-time", start_time)
The issue I am getting too many hits on my search string and it's taking a long time to run the query.
Is there another way pull logs between two timestamps
Solved! See The Solution
1 ACCEPTED SOLUTION
ttran has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not sure the SDK has that functionality, however you may be able to use is logging to an external server from which you can query based on the timecode at the start of the message.
2 REPLIES 2
ttran has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not sure the SDK has that functionality, however you may be able to use is logging to an external server from which you can query based on the timecode at the start of the message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, thank you for the confirmation.
I was hopeful that there may have been an undocumented feature in the SDK.
I have been working on getting log forwarding in place.
