Error codes for Aerospike Connect for Elasticsearch
For the complete documentation index see: llms.txt
All documentation pages available in markdown.
The ignore-error-codes section of the aerospike-elasticsearch-outbound.yaml file specifies a set of error codes to ignore from Elasticsearch. The record is considered successful if Elasticsearch either returns the code 200 or the one from the given list.
Example
...ignore-error-codes: - 404 - 304...