logstash-plugins / logstash-output-elastic_app_search

Apache License 2.0
0 stars 9 forks source link

DLQ support #11

Open ppf2 opened 5 years ago

ppf2 commented 5 years ago

Given that App Search has limits (e.g, max doc size is 100kb), documents can easily be dropped during indexing unless the end user adds their own truncation logic in a filter/upstream.

It will be nice if this output can support dead letter queue similar to the Elasticsearch output.