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