-
Notifications
You must be signed in to change notification settings - Fork 48
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
Show aliases in data source options for detector and correlation rule creation #864
Show aliases in data source options for detector and correlation rule creation #864
Conversation
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #864 +/- ##
==========================================
- Coverage 31.03% 31.00% -0.03%
==========================================
Files 151 157 +6
Lines 5111 5222 +111
Branches 948 922 -26
==========================================
+ Hits 1586 1619 +33
- Misses 3335 3416 +81
+ Partials 190 187 -3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
The only failing cypress tests are in |
… creation (#864) * show aliases under data source dropdowns Signed-off-by: Amardeepsingh Siglani <[email protected]> * add manage rules entrypoint in creation UI Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed integ test Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit 95560a8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… creation (#864) (#870) * show aliases under data source dropdowns * add manage rules entrypoint in creation UI * fixed integ test --------- (cherry picked from commit 95560a8) Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Currently, we only show indices inside the data source options for create/update Detector and Correlation rule. This PR adds aliases to that list and categorizes the two for more options.
This PR also adds an external link to the Rules page to provide an entry point to rules management in case Users don't see the rule they want to setup in the detector
Issues Resolved
#863
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.