Update action proccess log

Hi there,
I checked Logstash reference for update action (https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-action).
Let's consider scenario: I want to run bulk update action DB - Logstash - Elasticsearch. Elasticsearch is set to strict mapping (default dynamic mapping option is disabled).
How do I know success rate of this proccess? I would like to know how many (and which ones) records from DB was successfully updated to Elasticsearch and also be able to find failured records.
Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.