Output Plugins stop if one fails
Open
- 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
Assessment
This issue has not been assessed yet.