Open BlackPreacher opened 3 years ago
I think this line is the key solution for your problem.
@afeena @mzfr is there a reason for choosing to return 50 requests only? I can work on it if it is possible : )
@mohamedmostafadawood AFAIK it is just for the single query. So in the single query, it returns 50. And then I think filters were supposed to be used for getting the other sessions. But yes there has to be a better way via which any number of sessions can be extracted.
@mzfr I got it!
After a few days for the snare honeypot collecting data there had been about 1000 sessions with data. If I tried to export and query them at one time to analyse the collected data for some ressearches I saw that there were returned only 50 requests. I would suggest to add an filter-parameter (e.g. called "size"), where the user can choose the number of returned sessions.