Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…71034) # Backport This will backport the following commits from `main` to `8.11`: - [[Fleet] Append space ID to security solution tag (#170789)](#170789) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kyle Pollich","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-10T16:01:36Z","message":"[Fleet] Append space ID to security solution tag (#170789)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/166798\r\n\r\nAppends the current space ID to the ID of the security solution tag.\r\n\r\nNote: If there are integrations suffering from the above bug (might be\r\n\"stuck\" in `installing` status, showing concurrent installation errors,\r\netc), they should be reinstalled via the API in their corresponding\r\nspace, e.g.\r\n\r\n```\r\n# In Kibana dev tools for the space in which the integration is installed\r\nPOST kbn:/api/fleet/epm/packages/cisco_asa/2.27.1\r\n{\r\n \"force\": true\r\n}\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"dd2fda271187f718def78002516861736dc48cf7","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Fleet","backport:prev-minor","v8.12.0"],"number":170789,"url":"https://github.com/elastic/kibana/pull/170789","mergeCommit":{"message":"[Fleet] Append space ID to security solution tag (#170789)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/166798\r\n\r\nAppends the current space ID to the ID of the security solution tag.\r\n\r\nNote: If there are integrations suffering from the above bug (might be\r\n\"stuck\" in `installing` status, showing concurrent installation errors,\r\netc), they should be reinstalled via the API in their corresponding\r\nspace, e.g.\r\n\r\n```\r\n# In Kibana dev tools for the space in which the integration is installed\r\nPOST kbn:/api/fleet/epm/packages/cisco_asa/2.27.1\r\n{\r\n \"force\": true\r\n}\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"dd2fda271187f718def78002516861736dc48cf7"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170789","number":170789,"mergeCommit":{"message":"[Fleet] Append space ID to security solution tag (#170789)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/166798\r\n\r\nAppends the current space ID to the ID of the security solution tag.\r\n\r\nNote: If there are integrations suffering from the above bug (might be\r\n\"stuck\" in `installing` status, showing concurrent installation errors,\r\netc), they should be reinstalled via the API in their corresponding\r\nspace, e.g.\r\n\r\n```\r\n# In Kibana dev tools for the space in which the integration is installed\r\nPOST kbn:/api/fleet/epm/packages/cisco_asa/2.27.1\r\n{\r\n \"force\": true\r\n}\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"dd2fda271187f718def78002516861736dc48cf7"}}]}] BACKPORT--> Co-authored-by: Kyle Pollich <[email protected]>
- Loading branch information