42 lines
912 B
Text
42 lines
912 B
Text
////
|
|
This file is generated! See scripts/docs_collector.py
|
|
////
|
|
|
|
[[metricbeat-module-aerospike]]
|
|
== Aerospike module
|
|
|
|
beta[]
|
|
|
|
The Aerospike module uses the http://www.aerospike.com/docs/reference/info[Info command] to collect metrics. The default metricset is `namespace`.
|
|
|
|
[float]
|
|
=== Compatibility
|
|
|
|
The Aerospike metricsets were tested with Aerospike 3.9 and are expected to work with all versions >= 3.9.
|
|
|
|
|
|
[float]
|
|
=== Example configuration
|
|
|
|
The Aerospike module supports the standard configuration options that are described
|
|
in <<configuration-metricbeat>>. Here is an example configuration:
|
|
|
|
[source,yaml]
|
|
----
|
|
metricbeat.modules:
|
|
- module: aerospike
|
|
metricsets: ["namespace"]
|
|
enabled: true
|
|
period: 10s
|
|
hosts: ["localhost:3000"]
|
|
----
|
|
|
|
[float]
|
|
=== Metricsets
|
|
|
|
The following metricsets are available:
|
|
|
|
* <<metricbeat-metricset-aerospike-namespace,namespace>>
|
|
|
|
include::aerospike/namespace.asciidoc[]
|
|
|