-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
sivatarunp
wants to merge
1,593
commits into
Yelp:master
Choose a base branch
from
freshdesk:fixing_bug
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fixing bug #3303
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Support OpenSearch 2.x
Upgrade Sphinx 4.5.0 to 5.0.2, pylint 2.13.8 to 2.14.3
Kibana Discover support kibana 8.3
… template in the json which otherwise leads to a syntax error in the json which will not deserialize properly
…t before this json-escaping change, would fail
Fix HTTP POST 2, now json-escaping all strings replaced by the jinja2 template
… 'metrics' variable. Add support for prometheus-operator custom resources: prometheusrules and servicemonitor. Chart labels updated to reflect helm recommended labelset.
[Feature] support prometheus-operator serviceMonitor and prometeusRules
Upgrade pylint 2.14.3 to 2.14.5 and tox 3.25.0 to 3.25.1
fix default operator
elastalert error for default operator
[HAYS-4738] fix response and query for percentile query
* 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
[HAYS-4782]query_delay support in conf added
* changing percentage match query * changing percentage match query in test cases * changing dependency * adding size param for percentagMatch rule to get num_hits
* New Term Optimisation - Threshold Feature enabled, removed use of refresh interval, Sliding Terms Window * Test case updates --------- Co-authored-by: RashmiRam <[email protected]>
[HAYS-5029] include using use_count_query
add alert_time as label in alert
…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
* 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.
* changing es package version * changing elastalert to work for OS clusters
fix timestamp issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.