HomeSoftware Heritage

Add a monitoring alert when logstash is failing to send logs to ES

Description

Add a monitoring alert when logstash is failing to send logs to ES

Monitor errors (with_errors and non_retryable_errors) which are errors
detected when the messages should be ingested by ES.
Ignore failures because this counter is increased when an ES node
is not responding which can be a normal case during maintenance phases

Related to T3222