[ska] relocate solutions ES archives#229914
Conversation
💚 Build Succeeded
Metrics [docs]
History
cc @dmlemeshko |
rylnd
left a comment
There was a problem hiding this comment.
Detection Engine changes LGTM
| */ | ||
| private static readonly RELOCATED_ARCHIVES = ['auditbeat', 'filebeat']; | ||
| private static readonly PLATFORM_ARCHIVES = ['auditbeat', 'filebeat']; |
| docsOnly: true, | ||
| }); | ||
| await esArchiver.load( | ||
| 'x-pack/solutions/security/test/fixtures/es_archives/security_solution/alerts/8.8.0', |
There was a problem hiding this comment.
All these changes are indicating (to me) that we need to abstract away the fully-qualified path, here, but I will address that in a subsequent PR. Thanks for making these changes in the meantime.
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16633069127 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16673651064 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving solutions esArchives from `x-pack/test/functional` dir Before ``` x-pack/test/functional/es_archives/ ``` After: ``` x-pack/solutions/observability/test/fixtures/es_archives/ x-pack/solutions/security/test/fixtures/es_archives/ ``` some unused archives were deleted (cherry picked from commit 8e56732) # Conflicts: # x-pack/platform/test/rule_registry/security_and_spaces/tests/basic/get_alert_fields_by_rule_type_ids.ts # x-pack/solutions/observability/test/observability_functional/apps/observability/pages/overview/alert_table.ts # x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/esql/trial_license_complete_tier/esql.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `9.1`: - [[ska] relocate solutions ES archives (#229914)](#229914) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-30T20:29:29Z","message":"[ska] relocate solutions ES archives (#229914)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving solutions esArchives from\n`x-pack/test/functional` dir\n\nBefore\n```\nx-pack/test/functional/es_archives/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/fixtures/es_archives/\n\nx-pack/solutions/security/test/fixtures/es_archives/\n\n```\n\nsome unused archives were deleted","sha":"8e56732042e91d63c97b6164d110026da5e02f26","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.1.1","v8.19.1"],"title":"[ska] relocate solutions ES archives","number":229914,"url":"https://github.com/elastic/kibana/pull/229914","mergeCommit":{"message":"[ska] relocate solutions ES archives (#229914)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving solutions esArchives from\n`x-pack/test/functional` dir\n\nBefore\n```\nx-pack/test/functional/es_archives/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/fixtures/es_archives/\n\nx-pack/solutions/security/test/fixtures/es_archives/\n\n```\n\nsome unused archives were deleted","sha":"8e56732042e91d63c97b6164d110026da5e02f26"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229914","number":229914,"mergeCommit":{"message":"[ska] relocate solutions ES archives (#229914)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving solutions esArchives from\n`x-pack/test/functional` dir\n\nBefore\n```\nx-pack/test/functional/es_archives/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/fixtures/es_archives/\n\nx-pack/solutions/security/test/fixtures/es_archives/\n\n```\n\nsome unused archives were deleted","sha":"8e56732042e91d63c97b6164d110026da5e02f26"}},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving solutions esArchives from `x-pack/test/functional` dir Before ``` x-pack/test/functional/es_archives/ ``` After: ``` x-pack/solutions/observability/test/fixtures/es_archives/ x-pack/solutions/security/test/fixtures/es_archives/ ``` some unused archives were deleted
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary manual backport of #229914
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
This PR is mostly about moving solutions esArchives from
x-pack/test/functionaldirBefore
After:
some unused archives were deleted