Hi all,
Does anyone know if it's possible to configure an Elasticsearch Logstash output to completely ignore failures?
I'm setting up a new Elasticsearch cluster and I want my existing Logstash pipeline to output to both our current production cluster + the new cluster.
However, for the new cluster, I don't want Logstash to keep logs in memory in the event of an error from the new cluster.
Is this possible? I looked through the configuration options for the Elasticsearch output and it doesn't seem to be the case, but I thought I would double check here.
Thanks!