You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logstash suddenly stopped shipping logs to AWS ES (Cognito protected) after NullPointerException around credential refresh by this plugin (according to the stacktrace). Stack traces are attached to the issue.
We observed the issue when we first set multiple pipelines (see below). Everything worked fine and after few days or a day or hours (kind of unpredictable) the logstash due to the NPE stopped shipping logs to AWS ES. We don't pass aws credentials to logstash plugin directly, we rely on "Instance profile credentials".
Logstash suddenly stopped shipping logs to AWS ES (Cognito protected) after NullPointerException around credential refresh by this plugin (according to the stacktrace). Stack traces are attached to the issue.
We observed the issue when we first set multiple pipelines (see below). Everything worked fine and after few days or a day or hours (kind of unpredictable) the logstash due to the NPE stopped shipping logs to AWS ES. We don't pass aws credentials to logstash plugin directly, we rely on "Instance profile credentials".
Multi pipeline setup:
path.config: "/usr/share/logstash/pipeline/logs.conf"
path.config: "/usr/share/logstash/pipeline/metrics.conf"
stacktrace-2.log
stacktrace-1.log
The text was updated successfully, but these errors were encountered: