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

Statsd and multi imports #3095

Open
wants to merge 230 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2019

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

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    49d9b05 View commit details
    Browse the repository at this point in the history
  2. linebreak fix for travis CI

    dylanjf committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    6849cda View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

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

Commits on Aug 19, 2019

  1. Add Docs: Elasticsearch Security Privileges

    Add new page in documentation specifying the Elasticsearch Security Privileges required for ElastAlert
    abhishekjiitr committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    885896c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Enabling to embed images into email alerter

    You just need to specify the images dir  and the mapping between images keys and values.
    Example:
    assets_dir: "/opt/elastalert/email_images"
    email_image_keys: ["img1"]
    email_image_values: ["my_logo.png"]
    
    
    alert_text_args:
    - "winlog.event_data.TargetDomainName"
    - "winlog.event_data.TargetUserName"
    - "starttime"
    
    alert_text_args:
    - "winlog.event_data.TargetDomainName"
    - "winlog.event_data.TargetUserName"
    - "starttime"
    
    alert_text: |
        <p>L'utente {0}\{1} ha superato il numero massimo di tentativi di login al minuto (check-time: {2}).</p>
        <br><img src="cid:img1"><br>
    fpompermaier committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    5326ac9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. agg_type percentiles fixes 2713

    Moises Cruz committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    fbce0fb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Adjusting elastalert/ruletypes.py so that the functions 'append' and …

    …'append_middle' take into account the scenario whereby an event is None
    gminog-opap committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    b9963d9 View commit details
    Browse the repository at this point in the history
  2. Adjusting elastalert/ruletypes.py so that the functions 'append' and …

    …'append_middle' take into account the scenario whereby an event is None
    gminog-opap committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    50bcd94 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Add ca certs and ignore ssl to HTTP Post

    Added options:
    - http_post_ca_certs
    - http_post_ignore_ssl_errors
    Goggin committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    cde4ac3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Update Docs for Zabbix

    nsano-rururu committed May 5, 2020
    Configuration menu
    Copy the full SHA
    ff899b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2444267 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Fix SNS Program & Docs

    nsano-rururu committed May 9, 2020
    Configuration menu
    Copy the full SHA
    f6f57a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c77c995 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Adds --silence_qk_value option to elastalert

    This enables the user to silence a rule only for a specific query_key value and
    not only the whole rule.
    See Issue Yelp#2777
    JasperJuergensen committed May 10, 2020
    Configuration menu
    Copy the full SHA
    7270979 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Merge branch 'master' of https://github.com/nsano-rururu/elastalert i…

    …nto fix-aws_profile-sns
    nsano-rururu committed May 14, 2020
    Configuration menu
    Copy the full SHA
    2c05393 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

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

Commits on Jun 2, 2020

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

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    f8b0415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5a16b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15364a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

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

Commits on Jun 21, 2020

  1. Merge branch 'master' of https://github.com/nsano-rururu/elastalert i…

    …nto fix-aws_profile-sns
    nsano-rururu committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    17ffe9a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

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

Commits on Jul 9, 2020

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

Commits on Jul 25, 2020

  1. Remove Stride integration

    The Stride service was shutdown on February 15th, 2019.
    nsano-rururu committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    a7144d1 View commit details
    Browse the repository at this point in the history
  2. Remove import HTMLParser

    nsano-rururu committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    ef8484c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Fixed checkstyle errors

    fpompermaier committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    d2cb0ed View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

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

Commits on Aug 22, 2020

  1. Kibana 7.9

    nsano-rururu committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    39a04aa View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    87ba1d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from defensivedepth/patch-4

    TheHive alerter: Allow severity and tlp to be set by rule
    jertel committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    205b735 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. fix a configuration options of docs

    EC2 Default User committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    59ad4ac View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

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

Commits on Oct 16, 2020

  1. Merge branch 'master' of https://github.com/nsano-rururu/elastalert i…

    …nto sync-requirements-and-setup
    nsano-rururu committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ef22a8e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

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

Commits on Oct 20, 2020

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

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    648f199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4875b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f0b5d9 View commit details
    Browse the repository at this point in the history
  4. fixing statsd reporting

    eladamitpxi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8f9cf30 View commit details
    Browse the repository at this point in the history
  5. fixing statsd reporting

    eladamitpxi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a7a0993 View commit details
    Browse the repository at this point in the history
  6. fixing statsd reporting

    eladamitpxi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    be1ee8b View commit details
    Browse the repository at this point in the history
  7. fixing statsd reporting

    eladamitpxi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    efcbbc3 View commit details
    Browse the repository at this point in the history
  8. fixing statsd reporting

    eladamitpxi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c69f9ad View commit details
    Browse the repository at this point in the history
  9. fixing statsd reporting

    eladamitpxi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a972cb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

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

Commits on Oct 28, 2020

  1. Fix for the mapping error reported in Yelp#2899.

    Dennis Boone committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    a9f0d1d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Fix Stomp

    nsano-rururu committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    873f41b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    66d5d22 View commit details
    Browse the repository at this point in the history
  2. document SNS to AWS SNS

    nsano-rururu committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    814b415 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

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

Commits on Nov 25, 2020

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

    Merge from yelp/elastalert:master to ensure parity
    jertel committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    015ee1f View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#3 from jertel/master

    Merge latest from yelp/elastalert into alt branch
    jertel committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    292dcc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Kibana 7.10

    nsano-rururu committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    ff65ee0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Fix docker test

    nsano-rururu committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    b7dc75d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Update loaders.py

    nsano-rururu committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    474c69c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Update loaders.py

    nsano-rururu committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    d38ebcd View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    nsano-rururu committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    f77b746 View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    nsano-rururu committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    d22e3e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Merge pull request Yelp#4 from nsano-rururu/fix-docker-test

    Fix docker test
    jertel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4b6e09d View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#5 from nsano-rururu/fix_test_rule_error

    Fix test_rule.py error
    jertel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    7a69cd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#6 from nsano-rururu/fix_stomp

    Fix Stomp
    jertel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4ca0725 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#7 from nsano-rururu/fix-linenotify-error

    Fix LineNotify & Pagertree
    jertel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    995e785 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83ecb8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f157207 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39b5670 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6201e2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Yelp#10 from nsano-rururu/delete-stride-integration

    Remove Stride integration
    jertel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4ae95e4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request Yelp#9 from daichi703n/fix/initialize_alerts_sent

    Fix initializing self.thread_data.alerts_sent for running elastalert-…
    jertel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    f6e2364 View commit details
    Browse the repository at this point in the history
  11. Merge pull request Yelp#8 from nsano-rururu/sync-requirements-and-setup

    Sync requirements.txt and setup.py
    jertel committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    a028262 View commit details
    Browse the repository at this point in the history
  12. Fix documents

    nsano-rururu committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    84c93c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    9eaa68e View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#12 from nsano-rururu/zabbix-docs-update

    Update Docs for Zabbix
    jertel committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    fc8a275 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#13 from nsano-rururu/fix-aws_profile-sns

    Fix SnsAlerter
    jertel committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    4652409 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#14 from nsano-rururu/kibana-discover

    Kibana Discover app link 7.4/7.5/7.6/7.7/7.8/7.9/7.10 support
    jertel committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    dfe7d61 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#15 from nsano-rururu/fix-documents

    Fix documents
    jertel committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    c5234ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29ea671 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Yelp#16 from nsano-rururu/remove-hipchat

    Remove hipchat & Fix loaders.py
    jertel committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    77d301c View commit details
    Browse the repository at this point in the history
  8. Merge pull request Yelp#17 from JasperJuergensen/silence_qk_value

    Adds --silence_qk_value option to elastalert
    jertel committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    5e22bff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f617c93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b30a58e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9a417c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b928d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. add tzlocal<3.0

    nsano-rururu committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5a5c49a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc7297 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26cc8a6 View commit details
    Browse the repository at this point in the history
  4. fix ruletypes.rst typo

    nsano-rururu committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    bb46314 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9edf294 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Yelp#18 from sherifabdlnaby/jinja-engine

    Add Jinja2 Templating Option to Alert Text Formatting 🌈
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    fd160c5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Yelp#19 from nsano-rururu/fix-example

    Fix example
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a5cabed View commit details
    Browse the repository at this point in the history
  8. Merge pull request Yelp#20 from nsano-rururu/add_tzlocal

    Add tzlocal<3.0
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b1ac379 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Yelp#21 from nsano-rururu/update_running_elastalert

    Update running_elastalert.rst
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2ff1bb5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request Yelp#22 from nsano-rururu/add_opsgenie_addr_to_docs

    Add opsgenie_addr to docs
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d343dd1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request Yelp#23 from nsano-rururu/fix_ruletypes_rst

    Fix ruletypes.rst typo
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    41acedb View commit details
    Browse the repository at this point in the history
  12. Merge pull request Yelp#24 from nsano-rururu/remove_duplicate_key_sch…

    …ema_yaml
    
    Remove Duplicate Key in Schema YAML
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    96a2fa5 View commit details
    Browse the repository at this point in the history
  13. fix zabbix

    nsano-rururu committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    62efda0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3dc6188 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d45a83f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    84888b0 View commit details
    Browse the repository at this point in the history
  17. Merge pull request Yelp#25 from nsano-rururu/update_readme

    Update alert types and Third Party Tools Info
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6e68281 View commit details
    Browse the repository at this point in the history
  18. Merge pull request Yelp#26 from nsano-rururu/fix_zabbix

    Fix Zabbix
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2b9b815 View commit details
    Browse the repository at this point in the history
  19. Merge pull request Yelp#27 from nsano-rururu/fix_logging

    Fix Logging to elastalert_logger
    jertel committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7ed2e63 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    72201da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deca0b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#28 from drboone/fix2899

    Fix for the mapping error reported
    jertel committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    5b40532 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#29 from nsano-rururu/del_new_style_string_format

    Del the forgotten code of new_style_string_format
    jertel committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    cef1961 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#30 from nsano-rururu/fix-slack-ssl-verification

    Fix slack ssl verification
    jertel committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    17640fe View commit details
    Browse the repository at this point in the history
  6. Merge pull request Yelp#31 from nsano-rururu/fix-is-enabled

    Fix is_enabled not work with reload
    jertel committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    271f153 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. adjusting indentation

    eladamitpxi committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    5293cad View commit details
    Browse the repository at this point in the history
  2. adjusting indentation

    eladamitpxi committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    d3f2658 View commit details
    Browse the repository at this point in the history
  3. fixing underline

    eladamitpxi committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    283f379 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#33 from raghuchinnannan/docs/squadcast-http-a…

    …lerting
    
    Docs/squadcast http alerting
    jertel committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    84a9282 View commit details
    Browse the repository at this point in the history
  5. adding statsd to setup.py

    eladamitpxi committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    ad198da View commit details
    Browse the repository at this point in the history
  6. add discord alerter

    nsano-rururu committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    c41e610 View commit details
    Browse the repository at this point in the history
  7. fix ruletypes.rst

    nsano-rururu committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    3425e4a View commit details
    Browse the repository at this point in the history
  8. Merge pull request Yelp#34 from nsano-rururu/add_discord

    Add Discord Alerter
    jertel committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    3c00fac View commit details
    Browse the repository at this point in the history
  9. Add CI workflow

    jertel committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    62c1504 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    49710aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#35 from jertel/ci-test

    Update readme with fork information
    jertel committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    168b2f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Merge pull request Yelp#36 from Zentrust/master

    Add support for custom_details in the PagerDuty alerter v2 module
    jertel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    1da295b View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#37 from gminog/master

    unsupported operand type(s) for +=: 'int' and 'NoneType'
    jertel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0ff08d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#38 from fpompermaier/master

    Enabling to embed images into email alerter
    jertel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    15c74e8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#39 from abhishekjiitr/add-es-permissions

    Add Docs: Elasticsearch Security Privileges
    jertel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    376ee8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#40 from Goggin/http_cacerts

    Add ca certs and ignore ssl to HTTP Post
    jertel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    fdc6bb7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Yelp#43 from durarumin/fix_manual

    fix a configuration options of docs
    jertel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    f5298b2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Yelp#44 from Swapnil811/bug_in_elastalert

    fix attribute error is raised when query ran for future
    jertel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    75cba35 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Yelp#41 from moix/master

    support for agg_type percentiles fixes
    jertel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    109c186 View commit details
    Browse the repository at this point in the history
  9. merge resolve

    dylanjf committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0bf055d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Merge pull request Yelp#45 from dylanjf/master

    corrected spike aggregation support for avg,min,max
    jertel committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    0bcf518 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Add Dingtalk

    nsano-rururu committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    0bd5192 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Merge pull request Yelp#46 from nsano-rururu/add_dingtalk

    Add Dingtalk Alerter
    jertel committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    8173a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61bb91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#47 from nsano-rururu/add_chatwork

    Add Chatwork Alerter / Fix a typo
    jertel committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    ca9d51c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    6b6af45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#49 from nsano-rururu/update_requirements-dev

    Update requirements-dev.txt
    jertel committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    325d109 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Creates a new rule config parameter that "use_local_time_for_query".

    It provide that use local time when query in "run_query".  So, filters able to use local time can create. Indices able to have @timestap field with different timezone from "UTC" can be.
    dilaverdemirel committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    8744930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa2e9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dd8cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b27a50e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Rename "use_local_time_for_query" to "query_timezone".

    If "query_timezone" set, elasticsearch query start and end date will convert from UTC to specified time zone.
    dilaverdemirel committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    55562c2 View commit details
    Browse the repository at this point in the history
  2. Fix styling problem.

    dilaverdemirel committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b5a55ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#51 from dilaverdemirel/alt

    Creates a new rule config parameter that "use_local_time_for_query"
    jertel committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    1da7fe2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

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

Commits on Feb 25, 2021

  1. Merge pull request Yelp#52 from mostafahussein/alerta-pr

    allow alerta_severity to be set dynamically
    jertel committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    48aef40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d54ddf0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#53 from nsano-rururu/kibana-discover711

    Kibana Discover support kibana 7.11
    jertel committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9ad0555 View commit details
    Browse the repository at this point in the history
  4. Update pylint and tox

    pylint from <2.7 to <2.8
    tox from 3.21.4 to 3.22.0
    nsano-rururu committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    6c142ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2424be8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Yelp#54 from nsano-rururu/pylint27to28-and-tox3214…

    …to3220
    
    Update pylint and tox
    jertel committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    0b00df1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Add a default description for TheHive alerts if one isn't provided

    Use the default alert body created by ElastAlert, in line with the other
    alerters
    feroz committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    a786205 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#55 from ferozsalam/add-default-thehive-descri…

    …ption
    
    Add a default description for TheHive alerts if one isn't provided
    jertel committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    85d1a7a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. added docs slack

    slack_parse_override
    slack_text_string
    nsano-rururu committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    5ce0a44 View commit details
    Browse the repository at this point in the history
  2. add docs jira_assignee

    nsano-rururu committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    450ebe4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#57 from nsano-rururu/add_docs_slack_parse_ove…

    …rride_and_slack_text_string
    
    added docs slack_parse_override and slack_text_string
    jertel committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    00ff88c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    746e851 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#58 from nsano-rururu/add_docs_jira_assignee

    added docs jira_assignee
    jertel committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    50ba1e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Update README to point to new docs, deprecate old README

    - Update the README to point to the new ReadTheDocs link
    - Move the old Elastalert README to a new file to reduce confusion
    - Add some more text to the new README that covers the essential points of the old README
    ferozsalam committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c5f1f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19063f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#59 from ferozsalam/update-docs-links

    Update README to point to new docs, deprecate old README
    jertel committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    46e4818 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f94769 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Merge pull request Yelp#60 from nsano-rururu/coverage54to55

    Bump coverage from 5.4 to 5.5
    jertel committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    91fa14c View commit details
    Browse the repository at this point in the history
  2. Remove mention of new alert platforms from the old README

    As requested by the author of these alerters, @nsano-rururu
    ferozsalam committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    2f36a08 View commit details
    Browse the repository at this point in the history
  3. Migrate the FAQ to Read the Docs

    - Also add a short README on building the documentation
    - Make some tweaks to allow the generation of documentation from Markdown rather than ReStructured Text
    ferozsalam committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d3fd9bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d701105 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e7d68c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    951c6c1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Yelp#61 from ferozsalam/remove-new-readme-material

    Remove mention of new alert platforms from the old README
    jertel committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d07d183 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    570a24b View commit details
    Browse the repository at this point in the history
  9. Merge pull request Yelp#62 from nsano-rururu/docker-test_py36topy39

    Docker test python 3.6 to 3.9
    jertel committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1a45af9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ee590f View commit details
    Browse the repository at this point in the history
  11. Update the docs configuration to work better with Markdown

    The ReStructured Text parser doesn't like the Markdown file having
    the same name as the .md, so I've renamed the .md, and excluded it
    from being built.
    ferozsalam committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    31f04f4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request Yelp#63 from ferozsalam/add-faq-documentation

    Add FAQ documentation
    jertel committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    7cd1055 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    fb45753 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#64 from nsano-rururu/tox3220to3230

    Bump tox from 3.22.0 to 3.23.0
    jertel committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0693c07 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. fix docs slack_timeout

    nsano-rururu committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    f95b9d8 View commit details
    Browse the repository at this point in the history
  2. Remove unused items in alerta from schema.yaml

    alerta_new_style_string_format
    alerta_customer
    nsano-rururu committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    e438760 View commit details
    Browse the repository at this point in the history
  3. Update schema.yaml

    nsano-rururu committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    a33afd3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#66 from nsano-rururu/fix_docs_slack_timeout

    fix docs slack_timeout
    jertel committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    c1081a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6d65f4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Yelp#67 from nsano-rururu/delete_schema_yaml_alerta

    Remove unused items in alerta from schema.yaml
    jertel committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    c41c2f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Fix search syntax on aggregations

    This brings in a change that's been applied on other forks (and opened on the
    main Elastalert repo but not merged):
    
    skillz#1
    Yelp#2038
    
    Without this fix, syntax errors are generated when document IDs that contain '-'
    characters are seen by alerts that use the `aggregation` field.
    ferozsalam committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    cde1644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172bd5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#68 from ferozsalam/fix-aggregation-syntax

    Fix search syntax on aggregations
    jertel committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2de4050 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Bump jinja2 from 2.10.1 to 2.11.3

    Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
    - [Commits](pallets/jinja@2.10.1...2.11.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    14cada5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#69 from jertel/dependabot/pip/jinja2-2.11.3

    Bump jinja2 from 2.10.1 to 2.11.3
    jertel committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    b5278b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    0cfe1bf View commit details
    Browse the repository at this point in the history
  2. update docs

    drakaru committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    f15b8aa View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Merge pull request Yelp#70 from drakaru/alt

    allow loading jinja templates from filesystem
    jertel committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    c8949c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Add alert handler to create Datadog Events

    Evan Lock committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    24c6c98 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    457501e View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#72 from nsano-rururu/kibana-discover712

    Kibana Discover support kibana 7.12
    jertel committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ca26362 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

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

Commits on Apr 13, 2021

  1. Merge pull request Yelp#73 from nsano-rururu/apscheduler_version_setting

    apscheduler>=3.3.0 to >=3.3.0,<4.0
    jertel committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e7f9d4e View commit details
    Browse the repository at this point in the history
  2. Update sphinx and elasticsearch-py

    sphinx 1.6.6 to 3.5.4
    elasticsearch 7.0.0 to >=7.0.0,<8.0.0
    nsano-rururu committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    45237cc View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#74 from nsano-rururu/elasticsearch_py_version_up

    Update sphinx and elasticsearch-py
    jertel committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a25a392 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. added optional Prometheus metrics endpoint

    GIBSON, NICHOLAS R committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    955f757 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. fix build issues

    GIBSON, NICHOLAS R committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    606f89e View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#75 from nicholasgibson2/add_prometheus_metric…

    …s_jertel_fork
    
    added optional Prometheus metrics endpoint
    jertel committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    7c2ddbe View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    63a7cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d0a285 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#71 from just1900/alt

    fix compound query key in metric aggregation
    jertel committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    7b99e21 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    7127d01 View commit details
    Browse the repository at this point in the history
  2. Add documentation for alert type

    Evan Lock committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    d348a2f View commit details
    Browse the repository at this point in the history
  3. Add test for Datadog alert

    Evan Lock committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    bb141fd View commit details
    Browse the repository at this point in the history
  4. Correct linting errors

    Evan Lock committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    a6e8673 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#81 from 3vanlock/add-datadog-alerter

    Add alert handler to create Datadog Events
    jertel committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    1c6ed32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1525d85 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Yelp#82 from clyfish/aggs-without-hits

    Setting size to 0 avoids executing the fetch phase of the search making the request more efficient
    jertel committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    70933ad View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Merge pull request Yelp#84 from jertel/alt

    Deprecating "alt" branch in favor of "master" branch
    jertel committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    3c0ad1a View commit details
    Browse the repository at this point in the history
  2. Update for Elastalert 2

    jertel committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    12cba14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df402f View commit details
    Browse the repository at this point in the history
  4. updated the import directive docs

    Elad Amit authored and Elad Amit committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    cef5e2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c1cff4 View commit details
    Browse the repository at this point in the history
  6. Fix typographical errors.

    jertel committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    358a11c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57ba69e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fc105e View commit details
    Browse the repository at this point in the history
  9. Correct helm repo instructions

    jertel committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    592d226 View commit details
    Browse the repository at this point in the history
  10. Correct version in Helm README

    jertel committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    9f7f470 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Create python-publish.yml

    jertel committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    6e1eba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a55426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6bbf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3778040 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df805fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4180fd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d47867d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14a4c93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92f84f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93309ae View commit details
    Browse the repository at this point in the history