Queue Disk

When disk is specified the data is written in the dataDirectory/queue/sinkName/ unless, optionally, specified using storageDir.

Table: Memory

ParameterTypeRequiredDefault ValueDescription
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.
maxLimitInMBintegerrequired   When Disk is specified, the maxLimitInMB this sets the maximum size of the queue when set to disk.
storageDirstringoptional[a]   When Disk is specified, this specifies where the data will be saved. This parameter is not required and is by default the queue data will reside inside a subfolder in the dataDirectory path.
typediskrequired   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.