Error codes for Aerospike Connect for Elasticsearch
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...