Skip to content
#

elasticsearch-plugin

Here are 120 public repositories matching this topic...

skkosuri-amzn
skkosuri-amzn commented Mar 1, 2021

Describe the bug
Propagate exception from publishing Email notifications to Action run result

To Reproduce
Steps to reproduce the behavior:

  1. Configure non-reachable email smtp server.
  2. Configure and Trigger an alert.
  3. Alert will show as Active even though it failed to send the email.

Expected behavior

  1. Show alert status as Error and show error message.
bietkul
bietkul commented Aug 5, 2019

How to reproduce?

Run go test ./... at the root in feat/es7 branch

You can easily see that a lot of test cases get failed, we need to fix it and make sure that all the test cases work as expected.

Additional Context

We recently upgraded the elastic search version from 6.x to 7.x which has some breaking changes, probably that might be the reason for some failed test cases.

Improve this page

Add a description, image, and links to the elasticsearch-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elasticsearch-plugin topic, visit your repo's landing page and select "manage topics."

Learn more