-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[Attack Discovery][Scheduling] Telemetry (#12008) #220998
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
[Attack Discovery][Scheduling] Telemetry (#12008) #220998
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
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.
Thanks @e40pud for the additional telemetry, and for paring on the review!
# Conflicts: # x-pack/solutions/security/plugins/elastic_assistant/server/lib/attack_discovery/schedules/register_schedule/executor.ts
💚 Build Succeeded
Metrics [docs]
History
cc @e40pud |
Starting backport for target branches: 8.19 |
) ## Summary Main ticket ([Internal link](elastic/security-team#12008)) These changes add attack discovery schedules telemetry similarly to existing manually generated attack discoveries added in this commit elastic@3c41972. ## NOTES The feature is hidden behind the feature flag (in `kibana.dev.yml`): ``` feature_flags.overrides: securitySolution.assistantAttackDiscoverySchedulingEnabled: true ``` (cherry picked from commit 94113be)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…221142) # Backport This will backport the following commits from `main` to `8.19`: - [[Attack Discovery][Scheduling] Telemetry (#12008) (#220998)](#220998) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Ievgen Sorokopud","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-05-21T15:35:46Z","message":"[Attack Discovery][Scheduling] Telemetry (#12008) (#220998)\n\n## Summary\n\nMain ticket ([Internal\nlink](https://github.com/elastic/security-team/issues/12008))\n\nThese changes add attack discovery schedules telemetry similarly to\nexisting manually generated attack discoveries added in this commit\nhttps://github.com//pull/184949/commits/3c419729337cf3fa9f1ff5ddb49a4ed07d102324.\n\n## NOTES\n\nThe feature is hidden behind the feature flag (in `kibana.dev.yml`):\n\n```\nfeature_flags.overrides:\n securitySolution.assistantAttackDiscoverySchedulingEnabled: true\n```","sha":"94113be9f19c15412beee25fbac627fa07bf7d1a","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team: SecuritySolution","Team:Security Generative AI","backport:version","v9.1.0","v8.19.0"],"title":"[Attack Discovery][Scheduling] Telemetry (#12008)","number":220998,"url":"https://github.com/elastic/kibana/pull/220998","mergeCommit":{"message":"[Attack Discovery][Scheduling] Telemetry (#12008) (#220998)\n\n## Summary\n\nMain ticket ([Internal\nlink](https://github.com/elastic/security-team/issues/12008))\n\nThese changes add attack discovery schedules telemetry similarly to\nexisting manually generated attack discoveries added in this commit\nhttps://github.com//pull/184949/commits/3c419729337cf3fa9f1ff5ddb49a4ed07d102324.\n\n## NOTES\n\nThe feature is hidden behind the feature flag (in `kibana.dev.yml`):\n\n```\nfeature_flags.overrides:\n securitySolution.assistantAttackDiscoverySchedulingEnabled: true\n```","sha":"94113be9f19c15412beee25fbac627fa07bf7d1a"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220998","number":220998,"mergeCommit":{"message":"[Attack Discovery][Scheduling] Telemetry (#12008) (#220998)\n\n## Summary\n\nMain ticket ([Internal\nlink](https://github.com/elastic/security-team/issues/12008))\n\nThese changes add attack discovery schedules telemetry similarly to\nexisting manually generated attack discoveries added in this commit\nhttps://github.com//pull/184949/commits/3c419729337cf3fa9f1ff5ddb49a4ed07d102324.\n\n## NOTES\n\nThe feature is hidden behind the feature flag (in `kibana.dev.yml`):\n\n```\nfeature_flags.overrides:\n securitySolution.assistantAttackDiscoverySchedulingEnabled: true\n```","sha":"94113be9f19c15412beee25fbac627fa07bf7d1a"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ievgen Sorokopud <[email protected]>
) ## Summary Main ticket ([Internal link](elastic/security-team#12008)) These changes add attack discovery schedules telemetry similarly to existing manually generated attack discoveries added in this commit elastic@3c41972. ## NOTES The feature is hidden behind the feature flag (in `kibana.dev.yml`): ``` feature_flags.overrides: securitySolution.assistantAttackDiscoverySchedulingEnabled: true ```
Summary
Main ticket (Internal link)
These changes add attack discovery schedules telemetry similarly to existing manually generated attack discoveries added in this commit 3c41972.
NOTES
The feature is hidden behind the feature flag (in
kibana.dev.yml
):