Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Alerting within curator action #1216

Open
karthikr77 opened this issue May 15, 2018 · 1 comment
Open

[FEATURE] Alerting within curator action #1216

karthikr77 opened this issue May 15, 2018 · 1 comment

Comments

@karthikr77
Copy link

It would be good to have curator alert with a eMail when it completes a action/(set of actions). It can be made further configurable on when to alert viz. Success/Failure/Both.

This would avoid sending logs to LS/ES further to alert (assuming curator fails on working against a ES using its config)

For usage questions and help

Please create a topic at https://discuss.elastic.co/c/elasticsearch

Perhaps a topic there already has an answer for you!

To submit a bug or report an issue

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Specifications

  • Version:
  • Platform:
  • Subsystem:

Context (Environment)

Detailed Description

@petiepooo
Copy link

This could go hand in hand with #1692. If a surge of events hits Elasticsearch such that the disks get close to filling and Curator clears the oldest once out, receiving an alert that Curator took action would be useful to know it's time to take action. Possible actions: 1) adjust ILM to delete earlier, 2) expand nodes to gain more disk space, or 3) do nothing and let Curator deal with the surge.
There are other ways, of course, like processing Curator's json logs into ES and checking for task completion there, but sometimes it's simplest to just fire off an email from the source...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants