Use Case: Export Traffic Logs for a Date Range
Focus
Focus

Use Case: Export Traffic Logs for a Date Range

Table of Contents

Use Case: Export Traffic Logs for a Date Range

Export Traffic logs for a specific date range.
This example provides information and tips for filtering and exporting traffic logs for a specific date range. Examples of date range filters for Traffic logs are:
  • All Traffic for a specific date (yyyy/mm/dd) and time (hh:mm:ss)
  • All Traffic received on or before the date (yyyy/mm/dd) and time (hh:mm:ss)
  • All Traffic received on or after the date (yyyy/mm/dd) and time (hh:mm:ss)
  • All Traffic received between the date-time range of yyyy/mm/dd hh:mm:ss and yyyy/mm/dd hh:mm:ss (this use case)
To filter for traffic received between a date and time range,
  1. Select
    Monitor
    Logs
    .
  2. Select the
    Traffic
    log type.
  3. Add the filter to the filter field.
    For example, to export Traffic logs from 08/03/2023 to 08/04/2023, add
    (receive_time geq '2023/08/03 00:00:00') and (receive_time leq '2023/08/04 23:59:59')
    to the filter field and
    Apply Filter
    .
  4. Export to CSV
    .
    Use smaller date ranges or reduce the
    Max Rows in CSV Export
    if your exported log file does not include the complete results expected.
  5. Download the exported file.

Recommended For You