Detection Rule Exception List telemetry#113239
Conversation
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
x-pack/plugins/security_solution/server/lib/telemetry/receiver.ts
Outdated
Show resolved
Hide resolved
…elastic/kibana into pjhampton/detection-rule-exception-list
donaherc
left a comment
There was a problem hiding this comment.
Nice this LGTM architecturally and is in keeping with the existing tasks. Had a couple of superficial questions about things, but generally nothing stood out for concern. This is going to be extremely useful telemetry data going forward as we get the Insights stuff off the ground. @bfilar, @SourinPaul, and I were talking today about how the Insights data will need Rule contents as well as the existing alert telemetry to ensure we get the maximum value. Thanks!
x-pack/plugins/security_solution/server/lib/telemetry/helpers.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/server/lib/telemetry/tasks/detection_rule.ts
Outdated
Show resolved
Hide resolved
|
@elasticmachine merge upstream CI is more flaky than usual 👎 |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @pjhampton |
* Add telemetry for detection rule exception lists to improve UX. * Add length for debugging. * Fix type. * Clean up exception list telemetry document. * Dynamically set kibana index (just in case). * Update task title. * Rename version to rule_version. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* Add telemetry for detection rule exception lists to improve UX. * Add length for debugging. * Fix type. * Clean up exception list telemetry document. * Dynamically set kibana index (just in case). * Update task title. * Rename version to rule_version. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Pete Hampton <pjhampton@users.noreply.github.com>
Summary
For users opted in we will collect detection rule exception list telemetry to understand how our users are using the lists feature and to iterate on our detection rules. PII + List item descriptions omitted for privacy.
Checklist
Delete any items that are not applicable to this PR.
For maintainers