[Cloud Security]Detection Rules counter on Rules Flyout#176041
[Cloud Security]Detection Rules counter on Rules Flyout#176041animehart merged 13 commits intoelastic:mainfrom
Conversation
|
/ci |
|
/ci |
|
/ci |
1 similar comment
|
/ci |
|
/ci |
…bana into rules-flyout-detection-rule
|
/ci |
|
/ci |
|
/ci |
|
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security) |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
* main: (224 commits) [Http] Replace `buildNr` with `buildSha` in static asset paths (#175898) [Ops] Fix GCS bucket access for future buildkite agents (#174756) [api-docs] 2024-02-07 Daily api_docs build (#176362) skip flaky suite (#176002) skip failing es promotion suite (#176359) [Cloud Security] [Grouping] Add URL Params support to the grouping components (#175749) chore(NA): update versions after v8.12.2 bump (#176309) chore(NA): update versions after v7.17.19 bump (#176313) skip failing test suite (#176352) [SLO] Enable burn rate alert by default during creation via UI (#176317) [Fleet] Add the uptime capability to observability projects (#176285) [Security Solution][Endpoint] Fix Manifest Manger so that it works with large (>10k) (#174411) [ResponseOps] Alert creation delay based on user definition (#175851) [data views] Default field formatters based on field meta values (#174973) [Cloud Security]Detection Rules counter on Rules Flyout (#176041) [Security Solution] Data Quality Dashboard persistence (#175673) [Ent Search] Connector client copy cleanup (#176290) [ML] Anomaly Detection: Adds actions menu to anomaly markers in Single Metric Viewer chart. (#175556) [ML] Anomaly Detection: Fix `values-dots` colors (#176303) [Fleet] Logstash Output - being compliant to RFC-952 (#176298) ...
| @@ -0,0 +1,103 @@ | |||
| /* | |||
There was a problem hiding this comment.
@animehart @opauloh This file is almost identical to create_detection_rule_from_finding.ts. Let's avoid such repetition and think about how to abstract the logic. I can see that the only different thing is where we take the data from. In one case it's finding.rule.benchmark and in another, it's benchmarkRule. All the rest look the same. If that's the case, it should be very simple to abstract and just pass the benchmark object
## Summary This PR adds a Detection Rules Counter on Rules Flyout, users are also able to add Detection Rule on Flyout https://github.com/elastic/kibana/assets/8703149/a000c1d5-3cec-4631-b255-745547e93c38 When Rule is disabled, the text 'Disabled' will be rendered instead of Detection Rule Counter <img width="1423" alt="Screenshot 2024-02-01 at 8 09 04 PM" src="https://github.com/elastic/kibana/assets/8703149/aad119d4-75a3-4407-8155-fb68d7d06f38">
## Summary This PR adds a Detection Rules Counter on Rules Flyout, users are also able to add Detection Rule on Flyout https://github.com/elastic/kibana/assets/8703149/a000c1d5-3cec-4631-b255-745547e93c38 When Rule is disabled, the text 'Disabled' will be rendered instead of Detection Rule Counter <img width="1423" alt="Screenshot 2024-02-01 at 8 09 04 PM" src="https://github.com/elastic/kibana/assets/8703149/aad119d4-75a3-4407-8155-fb68d7d06f38">
## Summary This PR adds a Detection Rules Counter on Rules Flyout, users are also able to add Detection Rule on Flyout https://github.com/elastic/kibana/assets/8703149/a000c1d5-3cec-4631-b255-745547e93c38 When Rule is disabled, the text 'Disabled' will be rendered instead of Detection Rule Counter <img width="1423" alt="Screenshot 2024-02-01 at 8 09 04 PM" src="https://github.com/elastic/kibana/assets/8703149/aad119d4-75a3-4407-8155-fb68d7d06f38">
Summary
This PR adds a Detection Rules Counter on Rules Flyout, users are also able to add Detection Rule on Flyout
Screen.Recording.2024-02-01.at.1.23.42.AM.mov
When Rule is disabled, the text 'Disabled' will be rendered instead of Detection Rule Counter