Request Logs export limited to 1000 rows maximum #532

Closed
opened 2026-04-05 17:16:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @DaanHend on 12/8/2025

Describe the Bug

The Request Logs export functionality is limited to exporting a maximum of 1000 rows. When attempting to export logs that exceed this limit, only the first 1000 entries are included in the exported file, with no warning or indication.

Environment

  • OS Type & Version: Ubuntu latest
  • Pangolin Version: latest
  • Gerbil Version: latest
  • Traefik Version: latest
  • Newt Version: latest

To Reproduce

  1. Navigate to the Request Logs page in the application
  2. Ensure there are more than 1000 log entries in the system (generate additional requests if needed)
  3. Click the "Export" button to export the logs
  4. Open the downloaded export file (CSV/Excel)
  5. Count the number of rows in the exported file
  6. Observe that exactly 1000 rows are present, even though more logs exist in the system

Expected Behavior

The export should include all available Request Log entries, not just the first 1000. Alternatively, if there's a technical limitation:

  1. The system should inform users about the row limit before export
  2. Allow users to filter/select date ranges on time ranges to stay within the limit
  3. Display a warning when the export is truncated
*Originally created by @DaanHend on 12/8/2025* ### Describe the Bug The Request Logs export functionality is limited to exporting a maximum of 1000 rows. When attempting to export logs that exceed this limit, only the first 1000 entries are included in the exported file, with no warning or indication. ### Environment - OS Type & Version: Ubuntu latest - Pangolin Version: latest - Gerbil Version: latest - Traefik Version: latest - Newt Version: latest ### To Reproduce 1. Navigate to the Request Logs page in the application 2. Ensure there are more than 1000 log entries in the system (generate additional requests if needed) 3. Click the "Export" button to export the logs 4. Open the downloaded export file (CSV/Excel) 5. Count the number of rows in the exported file 6. Observe that exactly 1000 rows are present, even though more logs exist in the system ### Expected Behavior The export should include all available Request Log entries, not just the first 1000. Alternatively, if there's a technical limitation: 1. The system should inform users about the row limit before export 3. Allow users to filter/select date ranges on time ranges to stay within the limit 4. Display a warning when the export is truncated
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#532