-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ON WEEK] Add alerting_test_data package and a script to create rules for manual testing #168493
[ON WEEK] Add alerting_test_data package and a script to create rules for manual testing #168493
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
x-pack/packages/observability/alerting_test_data/src/constants.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maryam-saeidi Great work! So handy having your script generate rules and alerts!
Here's what I got when I ran node ./scripts/create_observability_rules.js
When I changed the KIBANA_DEFAULT_URL from 'http://127.0.0.1:5601/kibana'
to 'http://127.0.0.1:5601'
, I was then able to run the create_observability_rules.js
script and get automatically generated rules and alerts.
So I am wondering if the KIBANA_DEFAULT_URL
is correct. I have the impression that most people run kibana under 'http://127.0.0.1:5601'
, no?
@mgiota I addressed your comments, would you please check it again? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Any counts in public APIs
Public APIs missing exports
Unknown metric groupsAPI count
ESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
…l testing (elastic#168493) Closes elastic/actionable-observability#140 ## Summary Add alerting_test_data package to create custom threshold and APM rules for manual testing. More information about the usage: elastic/actionable-observability#156 --------- Co-authored-by: almudenasanz <[email protected]> Co-authored-by: kibanamachine <[email protected]>
Closes https://github.com/elastic/actionable-observability/issues/140
Summary
Add alerting_test_data package to create custom threshold and APM rules for manual testing.
More information about the usage: https://github.com/elastic/actionable-observability/pull/156