Hello every one,
i have the next scenario:
In my logstash pipeline, in input I have configured the rabbitmq , so we take messages from Rabbitmq and then we send them to elasticsearch.
But sometimes the message is rejected by elastic and we lose those messages (400 response)
I need don't lose those messages (maybe resend those messages to rabbitmq again) .Any ideas?
Thanks