Aerospike moduleedit

The Aerospike module uses the Info command to collect metrics. The default metricset is namespace.

Compatibilityedit

The Aerospike metricsets were tested with Aerospike 3.9 and are expected to work with all versions >= 3.9.

Dashboardedit

The Aerospike module comes with a predefined dashboard for Aerospike namespace, node specific stats. For example:

metricbeat aerospike overview

Example configuration

The Aerospike module supports the standard configuration options that are described in Modules. Here is an example configuration:

metricbeat.modules:
- module: aerospike
  metricsets: ["namespace"]
  enabled: true
  period: 10s
  hosts: ["localhost:3000"]

  # Aerospike Cluster Name
  #cluster_name: myclustername

  # Optional SSL/TLS (disabled by default)
  #ssl.enabled: true

  # List of root certificates for SSL/TLS server verification
  #ssl.certificate_authorities: ["/etc/pki/root/ca.crt"]

  # Certificate for SSL/TLS client authentication
  #ssl.certificate: "/etc/pki/client/cert.crt"

  # Client certificate key file
  #ssl.key: "/etc/pki/client/cert.key"

This module supports TLS connections when using ssl config field, as described in SSL.

Metricsets

The following metricsets are available: