Queue Memory

Note

The memory queue no longer supports configuration o maxEventsPerRequest, it inherits the maximum bytes per request from the sink maxBatchSize.

Table: Queue Memory

ParameterTypeRequiredDefault ValueDescription
flushTimeOutInMillisecondintegeroptional[a] 1000 Specify how often data is sent to LogScale Collector.
fullActionqueuefullactionoptional[a] pause Specify the action to take when the memory is full.
   Values
   deleteOldestAccepts new batches but deletes the oldest batch and whichever is reached first triggers the data to be sent to Falcon LogScale.
   pauseThe queue does not ingest new batches when it is full. Note that deleteLatest is no longer supported and automatically set to pause.
maxLimitInMBintegeroptional[a] 1024 When Disk is specified, the maxLimitInMB this sets the maximum size of the queue when set to disk.
typememoryrequired   The sources block configures the sources of data that the log collector will send to Falcon LogScale.

[a] Optional parameters use their default value unless explicitly set.