You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
o365: allow user configuration of API request batch size
API responses may be very large, so allow users to specify the length of
the response interval. Set the default to a reasonably short value to
favour a slow flow rate over an OOM for the worse case.
Copy file name to clipboardExpand all lines: packages/o365/data_stream/audit/manifest.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,13 @@ streams:
61
61
show_user: true
62
62
required: true
63
63
default: 167h55m
64
+
- name: batch_interval
65
+
type: text
66
+
title: Batch Interval
67
+
description: Interval for each API request. The default fetches a single hour of events for each request. This value may not be more than 24h. Supports following suffixes - "h" (hour), "m" (minute), "s" (second), "ms" (millisecond), "us" (microsecond), and "ns" (nanosecond)
0 commit comments