Aerospike (deprecated)

The Aerospike destination writes data to Aerospike. For information about supported versions, see Supported Systems and Versions in the Data Collector documentation.

Important: This stage is deprecated and may be removed in a future release.

The destination can write to a single Aerospike node or to a cluster of Aerospike nodes. When you configure the destination, you define the Aerospike nodes to write to and configure the number of times the destination attempts to retry connections to Aerospike.

You specify the Aerospike namespace and optional set to use. You also specify the key, or unique identifier, of the Aerospike record to write to. You then map fields in the Data Collector record to bins in the Aerospike record.

Configuring an Aerospike Destination

Configure an Aerospike destination to write data to Aerospike.
Important: This stage is deprecated and may be removed in a future release.
  1. In the Properties panel, on the General tab, configure the following properties:
    General Property Description
    Name Stage name.
    Description Optional description.
    Required Fields Fields that must include data for the record to be passed into the stage.
    Tip: You might include fields that the stage uses.

    Records that do not include all required fields are processed based on the error handling configured for the pipeline.

    Preconditions Conditions that must evaluate to TRUE to allow a record to enter the stage for processing. Click Add to create additional preconditions.

    Records that do not meet all preconditions are processed based on the error handling configured for the stage.

    On Record Error
    Error record handling for the stage:
    • Discard - Discards the record.
    • Send to Error - Sends the record to the pipeline for error handling.
    • Stop Pipeline - Stops the pipeline.
  2. On the Aerospike tab, configure the following properties:
    Aerospike Property Description
    Aerospike Nodes Aerospike nodes to use. Use the following format:
    <host name>:<port number>

    For example: localhost:3000

    If writing to an Aerospike cluster, add each node in the cluster. Using simple or bulk edit mode, click the Add icon to list additional nodes.

    Retry Attempts Maximum number of times to attempt to connect to the Aerospike database.

    Default is 0, which means that the destination does not attempt any retries.

  3. On the Mapping tab, configure the following properties:
    Mapping Property Description
    Namespace Aerospike namespace to use. Enter a namespace name or enter an expression that defines the namespace.
    Set Optional Aerospike set within the namespace to use. Enter a set name or enter an expression that defines the set.
    Key Key, or unique identifier, of the Aerospike record to use. Enter a key name or enter an expression that defines the key.
    Bins to Update Map fields in the Data Collector record to bins in the Aerospike record. Enter the following:
    • Bin Name Expression - Expression that defines the name of the Aerospike bin to write to.
    • Bin Value Expression - Expression that defines the value to write to the Aerospike bin.
    • Bin Value Type - Data type of the specified bin value: String, Long, or Double.

    Using simple or bulk edit mode, click the Add icon to create additional field to bin mappings.