Skip to main content
Version: 8.3 Beta 🚧

Using Store and Forward

Inductive University

Using Store and Forward

Watch the video

The current status of the Store and Forward system can be viewed from the Platform > System > Store & Forward page of the Gateway Web Interface.

Store and Forward Page​

The Store and Forward Engines page displays a list of the Store and Forward engines, as well as metrics for the store rate, forward rate, and number of datapoints currently in each Store and Forward system. If the targeted database connection becomes faulted, the datapoints wait in the Store and Forward system until the database connection is restored.

Each database connection gets its own Store and Forward engine, so the page will display one engine for each database connection. The basic stats display how much data is being pushed through the system to databases and if any datapoints are being dropped.

Store and Forward Connections​

AttributeDescription
Store RateThroughput for the number of datapoints per second stored within the cache.
Forward RateThroughput for the number of datapoints per second stored to remote storage, database or Gateway.
Pending CountNumber of pending cached datapoints that have yet to be forwarded and stored to the remote storage.
Quarantined CountNumber of datapoints quarantined.

Store and Forward Engines​

AttributeDescription
Engine NameName of the Store and Forward engine.
StatusCurrent state of the Store and Forward engine.
Store RateNumber of datapoints that go through the Store and Forward engine per second.
Forward RateNumber of datapoints to be forwarded on to the database per second.
PendingNumber of pending cached datapoints waiting to be forwarded.
QuarantinedLists all quarantined items in the engine. Includes the number of occurrences, a description of the where the items originated from, and the reason why the datapoint was placed into the quarantine. Provides an opportunity to retry, export, or delete the items.
DroppedNumber of dropped datapoints. A datapoint is considered dropped if it can not be added to one of the buffers, such as when a buffer is full and the engine can no longer accept new datapoints.

Store and Forward Page

Monitoring the Store and Forward Engine​

  1. Go to the Platform > System section of the Gateway.

  2. Click Store & Forward. The Store & Forward Engines page will be displayed showing each Store and Forward engine along with the current throughput and different datapoints.

    Store and Forward Gateway Sidebar

  3. You can click on View Details listed under the three dots menu to view Memory, Disk, and Forward Rates. The Details panel also provides in-depth information on the data pipelines and quarantine management of the engine.

    Three Dots Menu View Details

Store and Forward Details​

Status​

NameDescription
Memory RateThe number of datapoints entering the Memory Buffer per second.
Disk RateThe number of datapoints entering the Disk Buffer per second.
Forward RateThe rate in milliseconds at which data will be considered eligible for forwarding to any attached data sink.

Data Pipelines​

NameDescription
SystemThe system using this Store and Forward engine for its database connection.
FlavorThe pipeline type.
MemoryThe buffer data count measured in number of datapoints.
Memory RateThe metrics of the memory buffer measured in datapoints per second.
DiskThe database storage measured in datapoints per second.
Disk RateThe disk cache measured in datapoints per second.
QuarantinedThe number of quarantined datapoints.
Forward RateThe rate in milliseconds at which data will be considered eligible for forwarding to any attached data sink.

Quarantine Management​

NameDescription
SystemThe system using this Store and Forward engine for its database connection.
FlavorThe datatype of the quarantined datapoints.
ReasonThe reason for the datapoints being quarantined.
QuarantinedThe number of datapoints currently quarantined.

Store and Forward Details Page

Managing Quarantined Data​

The quarantined items at the bottom of the Details panel will have some buttons that allow you to control the data. A quarantined item can be retried, where it will be placed back in the Store and Forward system to go through properly once the original reason for quarantine has been fixed. Alternatively, it can either be deleted so that it is no longer taking up space in the Store and Forward system, or exported to your local machine where you can save it to try again later.

If you exported the file, you can import the file again when you resolve the issue that caused the data to be quarantined in the first place. Refer to the Controlling the Quarantine Data page for more information.