We need to periodically collect few metrics from cloudwatch.
We are using logstash-input-cloudwatch plugin for this purpose.
Here is how the setup goes:
Logstash pipeline has a bunch of logstash agents configured and one of them is this with cloudwatch input plugin. Logstash is configured to auto reload config changes. However, we observed that the pipeline restarts is blocked by this input plugin. We see below error message when we try to auto reload pipeline changes or gracefully stop the service. The only way to stop logstash is to issue a "kill -9".
Did anyone face this issue?
Could someone help with solutions or any ideas towards overcoming.
We need to periodically collect few metrics from cloudwatch. We are using logstash-input-cloudwatch plugin for this purpose. Here is how the setup goes: Logstash pipeline has a bunch of logstash agents configured and one of them is this with cloudwatch input plugin. Logstash is configured to auto reload config changes. However, we observed that the pipeline restarts is blocked by this input plugin. We see below error message when we try to auto reload pipeline changes or gracefully stop the service. The only way to stop logstash is to issue a "kill -9".
Did anyone face this issue? Could someone help with solutions or any ideas towards overcoming.
Thanks in advance !!