Aerospike
Configure Aerospike Log Source with BindPlane
Supported Versions
Aerospike versions
- 5.x
- 4.x
Prerequisites
Update the aerospike.conf file to include the following log section:
logging {
file /var/log/aerospike/aerospike.log {
context any info
}
}
Configuration
Option | Description |
---|---|
General Logs Path | Use this field to verify the default absolute path of /var/log/aerospike/aerospike.log and change as needed. |
Start At | Choose whether to start reading from the beginning or end of a file with "end" being the default. |
Log Types
Types |
---|
aerospike |
Advanced
For more information on the advanced configuration capabilities, see our detailed plugin guide here.
Updated over 3 years ago