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

Fixing bug #3303

Open
wants to merge 1,593 commits into
base: master
Choose a base branch
from
Open

Fixing bug #3303

wants to merge 1,593 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 7, 2022

  1. Support OpenSearch 2.x

    jertel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a280dcb View commit details
    Browse the repository at this point in the history
  2. Add missing import

    jertel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2e3d3ed View commit details
    Browse the repository at this point in the history
  3. Add missing unit test

    jertel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    fd3b14d View commit details
    Browse the repository at this point in the history
  4. Update docs

    jertel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c3c2d6e View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#880 from jertel/os2

    Support OpenSearch 2.x
    jertel committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2dcc956 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Release 2.5.1

    jertel committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    d903f3b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    54509de View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog

    nsano-rururu committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7179705 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#891 from nsano-rururu/update_pylint_and_sphinx

    Upgrade Sphinx 4.5.0 to 5.0.2, pylint 2.13.8 to 2.14.3
    jertel committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    601bfdd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    5d837a5 View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog

    nsano-rururu committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5c9de90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#897 from nsano-rururu/kibana_discover_830

    Kibana Discover support kibana 8.3
    jertel committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f629799 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. for HTTP POST 2, now json-escaping all strings replaced by the jinja2…

    … template in the json which otherwise leads to a syntax error in the json which will not deserialize properly
    ddurham2 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a28af14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43eeda View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    d1c76ec View commit details
    Browse the repository at this point in the history
  2. altered http-post2 unit tests to include some control characters, tha…

    …t before this json-escaping change, would fail
    ddurham2 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    dbd7b01 View commit details
    Browse the repository at this point in the history
  3. changelog tweak

    ddurham2 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    c3c3702 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#898 from ddurham2/json-escape

    Fix HTTP POST 2, now json-escaping all strings replaced by the jinja2 template
    jertel committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    c9dc481 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Update helm chart so that prometheus endpoint is now configured under…

    … 'metrics' variable. Add support for prometheus-operator custom resources: prometheusrules and servicemonitor.
    
    Chart labels updated to reflect helm recommended labelset.
    Pedro Santos committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    84e4180 View commit details
    Browse the repository at this point in the history
  2. add PR information to changelog

    Pedro Santos committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    dcbdea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. update readme

    Pedro Santos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5f9e97e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Fix README typos.

    Pedro Santos committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e4ce60e View commit details
    Browse the repository at this point in the history
  2. Fix CHANGELOG typos.

    Pedro Santos committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    71a41f1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jertel committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a5807f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Merge pull request Yelp#902 from PedroMSantosD/master

    [Feature] support prometheus-operator serviceMonitor and prometeusRules
    jertel committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e1c7c27 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    53b8fd8 View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog

    nsano-rururu committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    07074ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#911 from nsano-rururu/update_pylint_and_tox

    Upgrade pylint 2.14.3 to 2.14.5 and tox 3.25.0 to 3.25.1
    jertel committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    7de7155 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Release 2.6.0

    jertel committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    ccbff51 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Add telegram parse_mode option

    Polina Sheviakova committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    ad91bec View commit details
    Browse the repository at this point in the history
  2. Added missing unit test; Improved docs on new feature; Added missing …

    …changelog entry; Fixed lint errors of unrelated code
    jertel committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    dc869e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#924 from polshe-v/telegram_parse_mode

    Add telegram parse_mode option
    jertel committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    91b5967 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    9cdf36f View commit details
    Browse the repository at this point in the history
  2. Update changelog

    anroots-tw committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    dfc6efb View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#931 from anroots-tw/exotel-version

    Pin exotel dependency to 0.1.5 due to security issue in 0.1.6
    jertel committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f8fdc1d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    a31bf84 View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog

    nsano-rururu committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    3df2957 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#935 from nsano-rururu/kibana_discover_840

    Kibana Discover support kibana 8.4
    jertel committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    87ab6b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    f16b302 View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog

    nsano-rururu committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    4fda4e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#937 from nsano-rururu/update_pylint_shinx_tox

    update pylint 2.15.2, shinx 5.1.1, tox 3.26.0
    jertel committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    6f55436 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. pytest 7.1.2 to 7.1.3

    nsano-rururu committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    127eb5a View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog

    nsano-rururu committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e1bf63a View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#941 from nsano-rururu/pytest713

    pytest 7.1.2 to 7.1.3
    jertel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    16c9d2b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Clarify listening port FAQ

    jertel committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1d7088c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Release 2.7.0

    jertel committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e8a4462 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Add extraContainers to values

    Petr Kasalicky committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    42ecd51 View commit details
    Browse the repository at this point in the history
  2. Update chart version to 2.7.1

    Petr Kasalicky committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    387e8fc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    c613bde View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog

    nsano-rururu committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ff9819f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. add google_proxy

    nsano-rururu committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    2fc0750 View commit details
    Browse the repository at this point in the history
  2. fix code

    nsano-rururu committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    0578a45 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Update CHANGELOG.md

    jertel committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    58fb5d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#972 from nsano-rururu/update_pylint_pytest_co…

    …v_sphinx
    
    pylint 2.15.3, sphinx 5.2.3, pytest-cov 4.0.0 and google_proxy
    jertel committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    49ccbc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    436306b View commit details
    Browse the repository at this point in the history
  4. Fix missing key for extra containers

    Petr Kasalicky committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    65f5162 View commit details
    Browse the repository at this point in the history
  5. Move extraContainers

    Petr Kasalicky committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1ccc9b4 View commit details
    Browse the repository at this point in the history
  6. Update version

    Petr Kasalicky committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    06600fc View commit details
    Browse the repository at this point in the history
  7. Change indentation

    Petr Kasalicky committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    10ddec8 View commit details
    Browse the repository at this point in the history
  8. Fix JIRA assignee

    jorge-gyant committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1d47524 View commit details
    Browse the repository at this point in the history
  9. Update unit tests

    jorge-gyant committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    d518099 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    jorge-gyant committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    19f7ad0 View commit details
    Browse the repository at this point in the history
  11. fix unit test typo

    jorge-gyant committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    fa37aaf View commit details
    Browse the repository at this point in the history
  12. Merge pull request Yelp#974 from jorge-gyant/fix-jira-assignee-user

    Fix JIRA assignee
    jertel committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    e70bd61 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    f5dde3e View commit details
    Browse the repository at this point in the history
  2. Return chart version before PR

    Petr Kasalicky committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    89130e9 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Kasape committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a414f25 View commit details
    Browse the repository at this point in the history
  4. Minor grammar changes and typo fixes

    Petr Kasalicky committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5ac26d1 View commit details
    Browse the repository at this point in the history
  5. Remove empty row in changelog

    Petr Kasalicky committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    625fe3e View commit details
    Browse the repository at this point in the history
  6. Merge pull request Yelp#975 from Kasape/master

    Add extraContainers parameter to helm chart
    jertel committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1799cec View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Oct 13, 2022

  1. Correct changelog formatting

    jertel committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b9ec370 View commit details
    Browse the repository at this point in the history
  2. Fox docs formatting and typos

    jertel committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    faeb414 View commit details
    Browse the repository at this point in the history
  3. test: add test for custom timestamp_type

    thibault.piron committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a2f2c5c View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#978 from thpiron/feat/add_pre_timestamp_to_da…

    …tetime_format_expr_in_rules_parameters
    
    feat: add timestamp_to_datetime_format_expr optional rule paramameter
    jertel committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c614962 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    bdbce33 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    nsano-rururu committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    4f09142 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#979 from nsano-rururu/update_docs_index

    Updated index configuration documentation
    jertel committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    97c7223 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    26a1bb1 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Kasape committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    1819a82 View commit details
    Browse the repository at this point in the history
  3. Fix number of PR in changelog

    Kasape committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a28ab5e View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#981 from Kasape/master

    Change 'metrics' to 'metrics.enabled' in helm chart documentation
    jertel committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a2a943b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Release 2.8.0

    jertel committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    3ea105f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Update pytest, pylint, pytest-xdist, sphinx, tox

    pytest 7.1.3 to 7.2.0
    pylint 2.15.3 to 2.15.5
    pytest-xdist 2.5.0 to 3.0.2
    sphinx 5.2.3 to 5.3.0
    tox 3.26.0 to 3.27.0
    nsano-rururu committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    fba5211 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    nsano-rururu committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    4fcdade View commit details
    Browse the repository at this point in the history
  3. Upgrade to python 3.11

    jertel committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    741789c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Merge pull request Yelp#989 from jertel/up311

    Upgrade to python 3.11
    jertel committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a6369cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f03c0e View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#988 from nsano-rururu/update_pytest_etc

    Upgrade pylint 2.15.3 to 2.15.5, pytest 7.1.3 to 7.2.0, pytest-xdist 2.5.0 to 3.0.2, sphinx 5.2.3 to 5.3.0, tox 3.26.0 to 3.27.0
    jertel committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    dc32b5e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. docs: update README.md

    Correct to a runnable command.
    
    The original version ``python elastalert/elastalert.py`` will give an error `ModuleNotFoundError: No module named 'elastalert.alerters'; 'elastalert' is not a package`
    vn7n24fzkq committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a1dd2fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721c7c8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    nsano-rururu committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b5d0103 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#993 from nsano-rururu/kibana_discover_850

    Kibana Discover support kibana 8.5
    jertel committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a33709d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    4539ce6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Yelp#992 from vn7n24fzkq/patch-1

    docs: update README.md
    jertel committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    2905873 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Fix Amazon SNS Alerter

    nsano-rururu committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ead2c3e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    nsano-rururu committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    f559ff2 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    nsano-rururu committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4955334 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#1003 from nsano-rururu/fix_sns

    Fix Amazon SNS Alerter
    jertel committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    72c6103 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d123a4e View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    Goggin committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0881d1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e104bb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Correct changelog entry format

    jertel committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b0ddf9e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge pull request Yelp#1004 from Goggin/feat_realert_key

    Add realert_key feature
    jertel committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    766a654 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    5d58fa7 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    nsano-rururu committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4a003d2 View commit details
    Browse the repository at this point in the history
  3. fix typo

    nsano-rururu committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    477653b View commit details
    Browse the repository at this point in the history
  4. Merge pull request Yelp#1011 from nsano-rururu/add_mattermost_emoji

    [Mattermost]Add mattermost_emoji_override
    jertel committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ac6dfeb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    5083410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9811169 View commit details
    Browse the repository at this point in the history
  3. Update schema.yaml

    jertel committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    293f7da View commit details
    Browse the repository at this point in the history
  4. docs: fix spacing issue

    BenJeau committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3926098 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#1013 from BenJeau/feat-kibana-verify

    feat: add verify toggle for Kibana Shorten URL API
    jertel committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    34804f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Udpate alert manager docs

    jertel committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3f8d68b View commit details
    Browse the repository at this point in the history
  2. Refactor loader unit tests due to jsonschema 4.17.1

    This change: python-jsonschema/jsonschema@4f8f346
    caused multiple tests to fail because we're mocking the os.listdir function, which the new jsonschema release
    (as of Nov 22, 2022) uses to lookup additional vocabulary details. Refactored to eliminate the os.listdir mock.
    jertel committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f4acf7b View commit details
    Browse the repository at this point in the history
  3. Fix doc formatting

    jertel committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    fc7e1a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Release 2.9.0

    jertel committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    89d7053 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Clarify Jira auth.

    jertel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    94f7e8c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    jertel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    516aed1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. init

    malinkinsa committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a82c1d5 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    malinkinsa committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a43776e View commit details
    Browse the repository at this point in the history
  3. rename field and add docs

    malinkinsa committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    182d44c View commit details
    Browse the repository at this point in the history
  4. fix

    malinkinsa committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0dffc8c View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    malinkinsa committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a567168 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    be16acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b9411d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Update minimum versions for third-party dependencies

    requirements.txt
    setup.py
    nsano-rururu committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    89ad0fd View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    nsano-rururu committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6f6feca View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#1051 from nsano-rururu/update_setup_py

    Update minimum versions for third-party dependencies in requirements.txt and setup.py
    jertel committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ebd467b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

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

Commits on Dec 29, 2022

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

Commits on Dec 30, 2022

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

Commits on Jan 1, 2023

  1. Rename from Gelf to GelfAlerter

    Minor fixes in GelfAlerter
    Add tests
    malinkinsa committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    90d1465 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    3afc764 View commit details
    Browse the repository at this point in the history
  2. Update elastalert.rst

    nsano-rururu committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    35bab81 View commit details
    Browse the repository at this point in the history
  3. Update ruletypes.rst

    nsano-rururu committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d482937 View commit details
    Browse the repository at this point in the history
  4. Update gelf.py

    nsano-rururu committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    603f0b7 View commit details
    Browse the repository at this point in the history
  5. Update gelf_test.py

    nsano-rururu committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d2e9c6e View commit details
    Browse the repository at this point in the history
  6. Update gelf_test.py

    nsano-rururu committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    b7961ad View commit details
    Browse the repository at this point in the history
  7. Update schema.yaml

    malinkinsa committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    475bad4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0d5fb6 View commit details
    Browse the repository at this point in the history
  9. Add gelf_log_level values

    malinkinsa committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    a981063 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Merge pull request Yelp#1050 from malinkinsa/gelf_http

    Add support of Graylog GELF Alerter
    jertel committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3631473 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Update CHANGELOG.md

    jertel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    cbfe33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c67913 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#1068 from dakotacody/alerta-matches-fix

    Alerta matches fix
    jertel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e25b0a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. [docs] Clarify that import supports a list

    Ref Yelp#580 - documentation is misleading, it's now possible to
    have a rule import multiple additional configuration files, ie:
    
    ```yaml
    # my-rule.yml
    name: my-rule
    import:
      - $HOME/conf.d/base.yml
      - $HOME/conf.d/slack-alerter.yml
    ```
    Ando Roots committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    629cc0b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for docs import directive

    Ando Roots committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    b434a24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#1075 from sqrooted/patch-1

    [docs] Clarify that import supports a list
    jertel committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e850cee View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    8f19fa8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    nsano-rururu committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    e5521bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#1080 from nsano-rururu/kibana_discover860

    Kibana Discover support kibana 8.6
    jertel committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    c36bb74 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    568115d View commit details
    Browse the repository at this point in the history
  2. Update documentation

    Goggin committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    aef7296 View commit details
    Browse the repository at this point in the history
  3. options -> option

    Goggin committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    3a64675 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update changelog

    Goggin committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0a90f49 View commit details
    Browse the repository at this point in the history
  2. Correct changelog syntax

    jertel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8a56a0a View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#1082 from Goggin/fix_ca_certs_schema

    Fix ca certs schema
    jertel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    35c1a32 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    d96dfa4 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    nsano-rururu committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    98e39db View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Merge pull request Yelp#1091 from nsano-rururu/request_boby_utf8

    Fix UnicodeEncodeError in PagerDutyAlerter
    jertel committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    02858ea View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    9121d44 View commit details
    Browse the repository at this point in the history
  2. Adds pull request number

    fandigunawan committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    07bec64 View commit details
    Browse the repository at this point in the history
  3. fixed documentation; removed unsupported logger; added missing unit t…

    …ests for new functionality; cleaned up unused _args fields from thehive alert request
    jertel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    33ea4a1 View commit details
    Browse the repository at this point in the history
  4. clarify docs

    jertel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    474e724 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Yelp#1092 from fandigunawan/master

    Adds ags for title, type, and source in The Hive alterter args
    jertel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a6276a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fix scan timeframe with use_terms_query

    rschirin authored and Roger committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5b77c92 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    e532e9e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    jertel committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    295ca06 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Yelp#1097 from rschirin/fix-scan-timeframe

    fix scan timeframe with use_terms_query
    jertel committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8b9eaac View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    0693f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    face7f6 View commit details
    Browse the repository at this point in the history
  3. added breaking change

    akusei committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6d69451 View commit details
    Browse the repository at this point in the history
  4. changed iteritems to iter

    akusei committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e9d08e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06ce3a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    147f955 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    jertel committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8e83066 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Yelp#1100 from akusei/remove_overwrite

    Remove hardcoded file loader from test_rule.py
    jertel committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0d4306b View commit details
    Browse the repository at this point in the history
  9. fixed spacing

    akusei committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    49eb7d1 View commit details
    Browse the repository at this point in the history
  10. added alternate jinja root

    akusei committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1cc27bb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    6f4959b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0afd5be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9ebfbb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    0ceb81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec32f4 View commit details
    Browse the repository at this point in the history
  3. updated docs

    akusei committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6bdc24f View commit details
    Browse the repository at this point in the history
  4. updated changelog

    akusei committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f0079b9 View commit details
    Browse the repository at this point in the history
  5. fixed typo in test

    akusei committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    bb3a848 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Merge pull request Yelp#1104 from akusei/http_post2_alternate_jinja_root

    Http post2 alternate jinja root
    jertel committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    443ac8f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    jertel committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    1c3b8e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Migrated All Changes

    ajaywk7 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    afc08c8 View commit details
    Browse the repository at this point in the history
  2. checkpoint commit

    ajaywk7 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a352583 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

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

Commits on Mar 3, 2023

  1. Error rate testcases Added

    ajaywk7 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    00d7f82 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Dockerfile added

    ajaywk7 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f97dcde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d550d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ea0f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53cf1a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    495d5ec View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. removed unnecessary changes

    ajaywk7 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    eb2b982 View commit details
    Browse the repository at this point in the history
  2. changed the files accordingly

    ajaywk7 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c6d3e03 View commit details
    Browse the repository at this point in the history
  3. removed unwanted changes

    ajaywk7 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e0adedb View commit details
    Browse the repository at this point in the history
  4. Added docker changes

    ajaywk7 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    245fbcc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. fixed terms-query error

    ajaywk7 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8757561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2112e70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from freshdesk/2.9.0-terms-query-changes

    2.9.0 terms query changes
    ajaywk7 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    95fb088 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. es-7 create_index testing

    ajaywk7 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f934df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6559448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    891054c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update CHANGELOG.md

    ajaywk7 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    9a27131 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    ajaywk7 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f2a4319 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    ajaywk7 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d235826 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b775438 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. initial commit

    ajaywk7 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    141bd6e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Apr 20, 2023

  1. create-index bug fix

    ajaywk7 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7dcdc6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a382a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20 from freshdesk/create-index-bug-fixes

    create-index bug fix
    ajaywk7 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    da97c30 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    279ca89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from freshdesk/fix_default_operator

    fix default operator
    aravind-musigumpula committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3473c31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae2fa5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22 from freshdesk/error_default_operator

    elastalert error for default operator
    aravind-musigumpula committed May 12, 2023
    Configuration menu
    Copy the full SHA
    82ef1fb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    0447628 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from freshdesk/elastalert-percentile-fix-error

    [HAYS-4738] fix response and query for percentile query
    aravind-musigumpula committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1a944ef View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. add keyed false

    aravind-musigumpula committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    dac7b19 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. New term integration (#24)

    * updated changes
    
    * added except block in get_new_terms
    
    * new-terms - composite field support added
    
    * updated test-cases for new-term
    
    * new-terms -  made default size 500
    
    * new-terms -  updates test cases
    
    * new-term - set limit for terms_size
    
    * refresh interval - test cases added & other test case fixes
    
    * added missing except block & increase request_timeout in get_all_terms
    
    * bug fix - to avoid crash if new term initializaton fails
    
    * making use_keyword_postfix False by default
    
    * test cases fixed
    
    * added testcase for upper and lower bounds
    
    * moved get_msearch_query to utils
    
    * unnecessary lines removal
    
    * revert initialization exception bypass
    ajaywk7 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d4c500b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    ajaywk7 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e2a47fd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    fc3e0a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c2059 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Merge pull request #25 from freshdesk/add-query-delay-config

    [HAYS-4782]query_delay support in conf added
    Subrahmanyam-Gollapalli committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b2b8525 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. [HAYS-4850]changing percentage match query (#27)

    * changing percentage match query
    
    * changing percentage match query in test cases
    
    * changing dependency
    
    * adding size param for percentagMatch rule to get num_hits
    sivatarunp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3a7a86c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. updating changelog

    sivatarunp committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    71f9916 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. New term optimisation (#26)

    * New Term Optimisation - Threshold Feature enabled, removed use of refresh interval, Sliding Terms Window
    
    * Test case updates
    
    
    
    
    ---------
    
    Co-authored-by: RashmiRam <[email protected]>
    ajaywk7 and RashmiRam committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a8b62c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

  1. add comments

    aravind-musigumpula committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bdb737e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from freshdesk/include_fields

    [HAYS-5029] include using use_count_query
    aravind-musigumpula committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6c7b5e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deed439 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    7738a07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from freshdesk/add_alert_time_label

    add alert_time as label in alert
    aravind-musigumpula committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a4de602 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. converting alert info to dictionary based on a flag, add adv query su…

    …pport, update docker file (#31)
    
    * changing alert data to stingified dict
    
    * checking query_key exist condition before adding
    
    * changing condition to json_paylaod key
    
    * removing extra fucntion
    
    * removing log file
    
    * removing print statement
    
    * chaging count addition condition
    
    * adding adv query support and changign count value of freq
    
    * adding advance query rule
    
    * removing print statements
    
    * adding missed count print statements
    
    * changing condition check
    
    * adding changes to support for OS
    
    * sticking to old version of image
    
    * syntax change
    
    * making all key values as strings
    
    * hardcoding python base image as well
    
    * reverting the change
    
    * changing package version
    
    * removing update
    
    * installing fixed versions
    
    * installing fixed versions
    
    * removing distroless
    
    * changign docker file
    sivatarunp committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0961faf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. X env staging header addition (#33)

    * Adding local datastore setup files
    
    * Added header X-Env to router requests if configured
    
    * Added header X-Env to router requests if configured
    
    * Changed X_ENV env variable name to X-ENV
    
    * Revert "Changed X_ENV env variable name to X-ENV"
    
    This reverts commit be627e7.
    ajaywk7 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ddf3e77 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Upgrading to os (#34)

    * changing es package version
    
    * changing elastalert to work for OS clusters
    sivatarunp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ed6cf65 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 7, 2024

  1. fixing error

    sivatarunp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    471f96c View commit details
    Browse the repository at this point in the history