Values.SplunkBufferingHintsSourceThe buffering options. If no value is specified, the default values for Splunk are used.
type nonrec t = {intervalInSeconds : SplunkBufferingIntervalInSeconds.t option;Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
*)sizeInMBs : SplunkBufferingSizeInMBs.t option;Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of SplunkBufferingIntervalInSeconds.t ]) list ]