Giter Club home page Giter Club logo

Comments (4)

aetter avatar aetter commented on August 16, 2024

Hi @Andrew302, can you clarify where you're accessing Kibana and how you're running Elasticsearch? Docker? RPM?

from alerting.

Andrew302 avatar Andrew302 commented on August 16, 2024

i access kibana to through URL in elasticsearch service AWS. Elasticsearch running in aws. No container, no RPM. the plugin was installed after an aws service update

from alerting.

aetter avatar aetter commented on August 16, 2024

Hi @Andrew302, we typically reserve these discussions for the open source version of the feature, but in broad strokes:

  1. Make sure that you have an IAM role with the following permissions (at minimum):
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "sns:Publish",
            "Resource": "*"
        }
    ]
}

(If you don't want to use "Resource": "*", just add the SNS topic ARN.)

And the following trust relationship:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": {
        "Service": "es.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
    }
  ]
}
  1. Make sure you have an SNS topic with an email subscription. If you used your own email, you'll have to confirm the subscription before you'll receive email alerts.

  2. Make sure the alert is actually entering active status.

I'm going to close this issue, but thanks for reaching out!

from alerting.

prashanthm10 avatar prashanthm10 commented on August 16, 2024

Hi,

I am still unable to integrate Alerting with SNS service. Is there any other way to send alerts in email

from alerting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.