Skip to content

[Security Solution] Actualize prebuilt rule upgrade test plans#222606

Merged
maximpn merged 11 commits intoelastic:mainfrom
maximpn:actualize-prebuilt-rule-upgrade-test-plan
Jun 24, 2025
Merged

[Security Solution] Actualize prebuilt rule upgrade test plans#222606
maximpn merged 11 commits intoelastic:mainfrom
maximpn:actualize-prebuilt-rule-upgrade-test-plan

Conversation

@maximpn
Copy link
Copy Markdown
Contributor

@maximpn maximpn commented Jun 4, 2025

Addresses: #202078
Resolves: #166215

Summary

This PR actualizes prebuilt rule upgrade test plans to correspond to the current feature state.

Details

The changes are summarized in the following items

@maximpn maximpn self-assigned this Jun 4, 2025
@maximpn maximpn added release_note:skip Skip the PR/issue when compiling release notes test-plan Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:Detection Rule Management Security Detection Rule Management Team Feature:Prebuilt Detection Rules Security Solution Prebuilt Detection Rules area backport:version Backport to applied version labels v9.1.0 v8.19.0 labels Jun 4, 2025
@maximpn maximpn force-pushed the actualize-prebuilt-rule-upgrade-test-plan branch from 9fab9b8 to ee954f4 Compare June 5, 2025 09:17
@maximpn maximpn marked this pull request as ready for review June 5, 2025 09:48
@maximpn maximpn requested a review from a team as a code owner June 5, 2025 09:48
@maximpn maximpn requested a review from jkelas June 5, 2025 09:48
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/security-detections-response (Team:Detections and Resp)

@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management)

@maximpn maximpn requested review from nikitaindik and removed request for jkelas June 5, 2025 09:48
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

cc @maximpn

Copy link
Copy Markdown
Contributor

@nikitaindik nikitaindik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for expanding and refactoring of test plans! Looks very good. I've left some questions/suggestions. Please take a look.

When user opens the Prebuilt Rules installation page
Then the available prebuilt rules should be shown
When user picks the desired number of <rows_per_page>
Then the <rows_per_page> of the available prebuilt rules should be shown on the page
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

Suggested change
Then the <rows_per_page> of the available prebuilt rules should be shown on the page
Then up to <rows_per_page> of the available prebuilt rules should be shown on the page

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to doesn't sound too strict for the test. For example users may see 25 rules per page by default and decide to switch the number of rules per page to 100. Showing the same 25 rules per page might be a bug if the total number of rules satisfying the filter is greater than 25.

If the test is implemented with 3 rules only we can't be sure the functionality works correctly.

Then it should disappear
```

#### **Scenario: User can switch between prebuilt rules previews having upgrades**
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer possible since the flyout now has a backdrop that prevents clicking on another rule. More info here: #191978 (comment)

We can remove this scenario.

- [Common assumptions](./prebuilt_rules_common_info.md#common-assumptions).
- Package with prebuilt rules is already installed, and rule assets from it are stored in Elasticsearch.
- It's expected the Prebuilt Rules upgrade workflow works seamlessly even if some or all prebuilt rules may have their **base versions** missing.
- \<Upgrade Prebuilt Rules CTA\> combines two bulk upgrade options
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that mean that we want to write tests for both "all" and selected rules cases for every scenario that mentions ?

Copy link
Copy Markdown
Contributor Author

@maximpn maximpn Jun 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. It covers different set of input API endpoint parameters. And we already have such tests in bulk_upgrade_all_prebuilt_rules.ts and bulk_upgrade_selected_prebuilt_rules.ts.

- If user chooses to preview a prebuilt rule to be installed, we currently show this preview in a flyout.
- In the prebuilt rule preview a tab that doesn't have any sections should not be displayed and a section that doesn't have any properties also should not be displayed.

Examples of rule properties we show in the prebuilt rule preview flyout:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this table needs to stay because it's referenced in scenario "User can see correct rule information in preview before installing".

Or we can somehow merge it with the table in the "common info" file so we can have a single table (and a single place to update if new fields are added). WDYT?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prebuilt_rules_common_info.md file has Customizable rule fields section. It was created earlier based on the removed table. Do you still think we should explicitly specify that flyout shows fields listed in Customizable rule fields section?

@maximpn maximpn force-pushed the actualize-prebuilt-rule-upgrade-test-plan branch from 45c702b to 6e9138d Compare June 20, 2025 14:41
@maximpn
Copy link
Copy Markdown
Contributor Author

maximpn commented Jun 20, 2025

@nikitaindik Thanks for reviewing my PR 🙏 I've addressed your comments. Could you have a look?

Copy link
Copy Markdown
Contributor

@nikitaindik nikitaindik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for the updates! LGTM now 🚀

@maximpn maximpn merged commit 1a59438 into elastic:main Jun 24, 2025
10 checks passed
@maximpn maximpn deleted the actualize-prebuilt-rule-upgrade-test-plan branch June 24, 2025 10:09
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.19

https://github.com/elastic/kibana/actions/runs/15847594260

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jun 24, 2025
…ic#222606)

**Addresses:** elastic#202078
**Resolves:** elastic#166215

## Summary

This PR actualizes prebuilt rule upgrade test plans to correspond to the current feature state.

## Details

The changes are summarized in the following items

- Missing scenarios were added
- elastic#166215 was addressed
- The wording was fixed to make the test scenarios shorter and focused
- Prebuilt Rules Customization Milestone 2 test scenarios were migrated to a separate test plan `prebuilt_rule_json_diff.md`. The functionality is still relevant and used for rule type changes and under low-tier licenses.

(cherry picked from commit 1a59438)
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 All backports created successfully

Status Branch Result
8.19

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jun 24, 2025
…#222606) (#225040)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[Security Solution] Actualize prebuilt rule upgrade test plans
(#222606)](#222606)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Maxim
Palenov","email":"maxim.palenov@elastic.co"},"sourceCommit":{"committedDate":"2025-06-24T10:09:52Z","message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","test-plan","Team:Detections
and Resp","Team: SecuritySolution","Team:Detection Rule
Management","Feature:Prebuilt Detection
Rules","backport:version","v9.1.0","v8.19.0"],"title":"[Security
Solution] Actualize prebuilt rule upgrade test
plans","number":222606,"url":"https://github.com/elastic/kibana/pull/222606","mergeCommit":{"message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2"}},"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/222606","number":222606,"mergeCommit":{"message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
akowalska622 pushed a commit to akowalska622/kibana that referenced this pull request Jun 25, 2025
…ic#222606)

**Addresses:** elastic#202078
**Resolves:** elastic#166215

## Summary

This PR actualizes prebuilt rule upgrade test plans to correspond to the current feature state.

## Details

The changes are summarized in the following items

- Missing scenarios were added
- elastic#166215 was addressed
- The wording was fixed to make the test scenarios shorter and focused
- Prebuilt Rules Customization Milestone 2 test scenarios were migrated to a separate test plan `prebuilt_rule_json_diff.md`. The functionality is still relevant and used for rule type changes and under low-tier licenses.
maximpn added a commit to maximpn/kibana that referenced this pull request Jul 7, 2025
…ic#222606)

**Addresses:** elastic#202078
**Resolves:** elastic#166215

## Summary

This PR actualizes prebuilt rule upgrade test plans to correspond to the current feature state.

## Details

The changes are summarized in the following items

- Missing scenarios were added
- elastic#166215 was addressed
- The wording was fixed to make the test scenarios shorter and focused
- Prebuilt Rules Customization Milestone 2 test scenarios were migrated to a separate test plan `prebuilt_rule_json_diff.md`. The functionality is still relevant and used for rule type changes and under low-tier licenses.

(cherry picked from commit 1a59438)
maximpn added a commit to maximpn/kibana that referenced this pull request Jul 7, 2025
…ic#222606)

**Addresses:** elastic#202078
**Resolves:** elastic#166215

## Summary

This PR actualizes prebuilt rule upgrade test plans to correspond to the current feature state.

## Details

The changes are summarized in the following items

- Missing scenarios were added
- elastic#166215 was addressed
- The wording was fixed to make the test scenarios shorter and focused
- Prebuilt Rules Customization Milestone 2 test scenarios were migrated to a separate test plan `prebuilt_rule_json_diff.md`. The functionality is still relevant and used for rule type changes and under low-tier licenses.

(cherry picked from commit 1a59438)
@maximpn
Copy link
Copy Markdown
Contributor Author

maximpn commented Jul 7, 2025

💚 All backports created successfully

Status Branch Result
9.0
8.18

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

maximpn added a commit that referenced this pull request Jul 7, 2025
…#222606) (#226785)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Security Solution] Actualize prebuilt rule upgrade test plans
(#222606)](#222606)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Maxim
Palenov","email":"maxim.palenov@elastic.co"},"sourceCommit":{"committedDate":"2025-06-24T10:09:52Z","message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","test-plan","Team:Detections
and Resp","Team: SecuritySolution","Team:Detection Rule
Management","Feature:Prebuilt Detection
Rules","backport:version","v9.1.0","v8.19.0"],"title":"[Security
Solution] Actualize prebuilt rule upgrade test
plans","number":222606,"url":"https://github.com/elastic/kibana/pull/222606","mergeCommit":{"message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/222606","number":222606,"mergeCommit":{"message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/225040","number":225040,"state":"MERGED","mergeCommit":{"sha":"8fdd25d5af7b5d8726539d945519da0ab4c55106","message":"[8.19]
[Security Solution] Actualize prebuilt rule upgrade test plans (#222606)
(#225040)\n\n# Backport\n\nThis will backport the following commits from
`main` to `8.19`:\n- [[Security Solution] Actualize prebuilt rule
upgrade test
plans\n(#222606)](https://github.com/elastic/kibana/pull/222606)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Maxim Palenov <maxim.palenov@elastic.co>"}}]}] BACKPORT-->
maximpn added a commit that referenced this pull request Jul 7, 2025
…222606) (#226784)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[Security Solution] Actualize prebuilt rule upgrade test plans
(#222606)](#222606)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Maxim
Palenov","email":"maxim.palenov@elastic.co"},"sourceCommit":{"committedDate":"2025-06-24T10:09:52Z","message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","test-plan","Team:Detections
and Resp","Team: SecuritySolution","Team:Detection Rule
Management","Feature:Prebuilt Detection
Rules","backport:version","v9.1.0","v8.19.0"],"title":"[Security
Solution] Actualize prebuilt rule upgrade test
plans","number":222606,"url":"https://github.com/elastic/kibana/pull/222606","mergeCommit":{"message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/222606","number":222606,"mergeCommit":{"message":"[Security
Solution] Actualize prebuilt rule upgrade test plans
(#222606)\n\n**Addresses:**
https://github.com/elastic/kibana/issues/202078\n**Resolves:**
https://github.com/elastic/kibana/issues/166215\n\n## Summary\n\nThis PR
actualizes prebuilt rule upgrade test plans to correspond to the current
feature state.\n\n## Details\n\nThe changes are summarized in the
following items\n\n- Missing scenarios were added\n-
#166215 was addressed\n- The
wording was fixed to make the test scenarios shorter and focused\n-
Prebuilt Rules Customization Milestone 2 test scenarios were migrated to
a separate test plan `prebuilt_rule_json_diff.md`. The functionality is
still relevant and used for rule type changes and under low-tier
licenses.","sha":"1a59438b125e45418d01cab29cc06ca0838740a2"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/225040","number":225040,"state":"MERGED","mergeCommit":{"sha":"8fdd25d5af7b5d8726539d945519da0ab4c55106","message":"[8.19]
[Security Solution] Actualize prebuilt rule upgrade test plans (#222606)
(#225040)\n\n# Backport\n\nThis will backport the following commits from
`main` to `8.19`:\n- [[Security Solution] Actualize prebuilt rule
upgrade test
plans\n(#222606)](https://github.com/elastic/kibana/pull/222606)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Maxim Palenov <maxim.palenov@elastic.co>"}}]}] BACKPORT-->
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.18, 8.19, 9.1

https://github.com/elastic/kibana/actions/runs/16118951898

@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.18, 8.19, 9.0, 9.1

https://github.com/elastic/kibana/actions/runs/16118955441

@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.18, 8.19, 9.0, 9.1

https://github.com/elastic/kibana/actions/runs/16118957541

@kibanamachine
Copy link
Copy Markdown
Contributor

💔 All backports failed

Status Branch Result
8.18 Cherrypick failed because the selected commit (1a59438) is empty. It looks like the commit was already backported in #226785
8.19 Cherrypick failed because the selected commit (1a59438) is empty. It looks like the commit was already backported in #225040
9.1 Cherrypick failed because the selected commit (1a59438) is empty. Did you already backport this commit?

Manual backport

To create the backport manually run:

node scripts/backport --pr 222606

Questions ?

Please refer to the Backport tool documentation

@kibanamachine
Copy link
Copy Markdown
Contributor

💔 All backports failed

Status Branch Result
8.18 Cherrypick failed because the selected commit (1a59438) is empty. It looks like the commit was already backported in #226785
8.19 Cherrypick failed because the selected commit (1a59438) is empty. It looks like the commit was already backported in #225040
9.0 Cherrypick failed because the selected commit (1a59438) is empty. It looks like the commit was already backported in #226784
9.1 Cherrypick failed because the selected commit (1a59438) is empty. Did you already backport this commit?

Manual backport

To create the backport manually run:

node scripts/backport --pr 222606

Questions ?

Please refer to the Backport tool documentation

1 similar comment
@kibanamachine
Copy link
Copy Markdown
Contributor

💔 All backports failed

Status Branch Result
8.18 Cherrypick failed because the selected commit (1a59438) is empty. It looks like the commit was already backported in #226785
8.19 Cherrypick failed because the selected commit (1a59438) is empty. It looks like the commit was already backported in #225040
9.0 Cherrypick failed because the selected commit (1a59438) is empty. It looks like the commit was already backported in #226784
9.1 Cherrypick failed because the selected commit (1a59438) is empty. Did you already backport this commit?

Manual backport

To create the backport manually run:

node scripts/backport --pr 222606

Questions ?

Please refer to the Backport tool documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels Feature:Prebuilt Detection Rules Security Solution Prebuilt Detection Rules area release_note:skip Skip the PR/issue when compiling release notes Team:Detection Rule Management Security Detection Rule Management Team Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. test-plan v8.18.4 v8.19.0 v9.0.4 v9.1.0 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants