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

[ENGSUP-1947] Upgrade elastalert #3

Closed
wants to merge 50 commits into from
Closed

[ENGSUP-1947] Upgrade elastalert #3

wants to merge 50 commits into from

Commits on Jun 25, 2017

  1. Configuration menu
    Copy the full SHA
    0e6f73a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Don't hardcode to using the rule name when firing a PagerDuty alert. …

    …Use the alert_subject, and its associated args if present
    Muz committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    43c753a View commit details
    Browse the repository at this point in the history
  2. Update docs

    Muz committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    c76de98 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    48c9d2e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Merge pull request Yelp#1192 from muz/pagerduty_alert_titles

    Custom PagerDuty alert titles
    Qmando authored Jul 6, 2017
    Configuration menu
    Copy the full SHA
    4e0bc09 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Refactor timespec parsing to support parsing durations

    Andre Caron committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    2e04533 View commit details
    Browse the repository at this point in the history
  2. Refactor ES version lookup to make it lazy

    Without this, the ES version lookup prevents the polling on the ElasticSearch
    status (ES must become responsive before we ask it for its version).
    Andre Caron committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    7a7be11 View commit details
    Browse the repository at this point in the history
  3. Add polling to wait for ElasticSearch to become ready

    Andre Caron committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    87f0c76 View commit details
    Browse the repository at this point in the history
  4. Improve diagnostics on ElasticSearch responsiveness test

    This will help users distinguish between two conditions:
    
    1. ElasticSearch is not reachable;
    2. ElasticSearch is reachable but the writeback index does not exist.
    
    Hopefully, this should help users take appropriate action (especially in case
    Andre Caron committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    4e6103b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2ff2c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Yelp#1203 from AndreLouisCaron/wait-for-provisioning

    Wait for provisioning
    Qmando authored Jul 7, 2017
    Configuration menu
    Copy the full SHA
    d2e0abc View commit details
    Browse the repository at this point in the history
  7. Version 0.1.17

    Qmando committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    d838b7d View commit details
    Browse the repository at this point in the history
  8. Add jira_bump_after_inactivity field, only bumps ticket after jira_bu…

    …mp_after_inactivity of inactivity
    Jon Yee Chuah committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    77f47b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. Configuration menu
    Copy the full SHA
    fe781be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd4e28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c414b3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e530cf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Remove arrow, use util's ts functions instead

    Jon Yee Chuah committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    a75bc13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c428ae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4275fa6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#1205 from jchuah/jchuah_add_bump_after_inacti…

    …vity
    
    Add jira_bump_after_inactivity field
    Qmando authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    c17aa1d View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#1207 from brianmpollack/feature/advanced_post…

    …_alerter
    
    Feature/advanced post alerter
    Qmando authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    ff64398 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e8b52a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6742cb8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Yelp#1214 from Yelp/fix_post_alerter

    Improvements to post alerter
    Qmando authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    ab45844 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. version 0.1.18

    Qmando committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    2430af9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Support TLS cert and key in email alert

    This commit adds support for a TLS certificate file and TLS key file,
    to be used for authenticating with the SMTP server.
    Sebastien Guilloux committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    4a509c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. make subfield name configurable

    bl1nk committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    2529466 View commit details
    Browse the repository at this point in the history
  2. add documentation

    bl1nk committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    f7a96c4 View commit details
    Browse the repository at this point in the history
  3. refactor code to satisfy flake8

    bl1nk committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    50050d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. further refactoring

    bl1nk committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    a0981ec View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Update unix_ms to integer

    hongjn committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    cbe9cb7 View commit details
    Browse the repository at this point in the history
  2. Fix newterm timestamp bug

    hongjn committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    455134d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    dca40f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#1250 from Yelp/document_clarification

    Added a documentation clarification for import
    Qmando authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    6ed0410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f95b265 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#1251 from Yelp/timestamp_bug_fix

    Timestamp bug fix
    Qmando authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    f747b9d View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#1241 from bl1nk/configure_string_multi_fields

    Configurable subfield for string multi-fields
    Qmando authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    5ff411d View commit details
    Browse the repository at this point in the history
  6. Merge pull request Yelp#1238 from sebgl/tls-cert-and-key

    Support TLS cert and key in email alert
    Qmando authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    c4accc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    54d98ff View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    11165ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ad7f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#1263 from Yelp/enhancements_errors

    Prevent enhancements running again over retried failed alerts
    Qmando authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    29fd67a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. Add match_time to alert

    Currently, Kibana can only query alerts by their creation time, not the time of the event. The event time is stored in the match_body, however that is not indexed. 
    
    This change adds the match_time field to an alert, and adds it as indexed field to the ElasticSearch index. In order to make use of the indexin feature, you will have to reindex.
    Ruben van Vreeland committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    4f63242 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Merge pull request Yelp#1267 from bitsensor/master

    Add match_time to alert
    Qmando authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    3af80bf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    61be9f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#1275 from Yelp/lower_inactivty_default

    Lowered the default bump_after_inactivity settings to 0 days
    Qmando authored Aug 8, 2017
    Configuration menu
    Copy the full SHA
    ae1705e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    4b2d197 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#1286 from Yelp/ytonui_eval_config_option_values

    adds eval function to jira alerter
    Qmando authored Aug 14, 2017
    Configuration menu
    Copy the full SHA
    1d77566 View commit details
    Browse the repository at this point in the history
  3. Version 0.1.19

    Qmando committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    e54ea66 View commit details
    Browse the repository at this point in the history