elastic / elastic/logstash

Output Plugins stop if one fails

Open
#1,933 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
19h 14m
Merged PRs (30d)
63

Description

I'm testing a conditional with two output plugins

```
if "groupmod" in [tags] {
jira { ... }
email { ... }
}
```

If the Jira output plugin fails Logstash does not continue and process the email plugin. If I move the email plugin before the jira plugin the email gets sent and it fails on the jira plugin.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.