-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Fix connector links not visible in agentless flyout #208068
Conversation
Pinging @elastic/fleet (Team:Fleet) |
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.
🚀
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12934378159 |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
cc @criamico |
…208068) Follow up of elastic#203824 ## Summary This is a small bugfix for connectors not visible in agentless flyout. ## Testing - Follow the steps here elastic#203824 - Install elastic-connectors integration `app/fleet/integrations/elastic_connectors-1.0.0/add-integration` and enroll an agent to it - The enabled connectors should be visible in the flyout <img width="870" alt="Screenshot 2025-01-23 at 15 28 20" src="https://github.com/user-attachments/assets/19cdcbc4-68d5-4e44-875e-15cd849ab84b" /> (cherry picked from commit 1b97e29)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…08068) (#208106) # Backport This will backport the following commits from `main` to `8.x`: - [[Fleet] Fix connector links not visible in agentless flyout (#208068)](#208068) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Cristina Amico","email":"criamico@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-23T17:09:49Z","message":"[Fleet] Fix connector links not visible in agentless flyout (#208068)\n\nFollow up of https://github.com/elastic/kibana/pull/203824\r\n\r\n## Summary\r\nThis is a small bugfix for connectors not visible in agentless flyout.\r\n\r\n## Testing\r\n\r\n- Follow the steps here https://github.com/elastic/kibana/pull/203824\r\n- Install elastic-connectors integration\r\n`app/fleet/integrations/elastic_connectors-1.0.0/add-integration` and\r\nenroll an agent to it\r\n- The enabled connectors should be visible in the flyout\r\n\r\n<img width=\"870\" alt=\"Screenshot 2025-01-23 at 15 28 20\"\r\nsrc=\"https://github.com/user-attachments/assets/19cdcbc4-68d5-4e44-875e-15cd849ab84b\"\r\n/>","sha":"1b97e290ec3d18cb0fee8bc4d8cd3d4222b81c93","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","backport:prev-minor","v8.18.0"],"title":"[Fleet] Fix connector links not visible in agentless flyout","number":208068,"url":"https://github.com/elastic/kibana/pull/208068","mergeCommit":{"message":"[Fleet] Fix connector links not visible in agentless flyout (#208068)\n\nFollow up of https://github.com/elastic/kibana/pull/203824\r\n\r\n## Summary\r\nThis is a small bugfix for connectors not visible in agentless flyout.\r\n\r\n## Testing\r\n\r\n- Follow the steps here https://github.com/elastic/kibana/pull/203824\r\n- Install elastic-connectors integration\r\n`app/fleet/integrations/elastic_connectors-1.0.0/add-integration` and\r\nenroll an agent to it\r\n- The enabled connectors should be visible in the flyout\r\n\r\n<img width=\"870\" alt=\"Screenshot 2025-01-23 at 15 28 20\"\r\nsrc=\"https://github.com/user-attachments/assets/19cdcbc4-68d5-4e44-875e-15cd849ab84b\"\r\n/>","sha":"1b97e290ec3d18cb0fee8bc4d8cd3d4222b81c93"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208068","number":208068,"mergeCommit":{"message":"[Fleet] Fix connector links not visible in agentless flyout (#208068)\n\nFollow up of https://github.com/elastic/kibana/pull/203824\r\n\r\n## Summary\r\nThis is a small bugfix for connectors not visible in agentless flyout.\r\n\r\n## Testing\r\n\r\n- Follow the steps here https://github.com/elastic/kibana/pull/203824\r\n- Install elastic-connectors integration\r\n`app/fleet/integrations/elastic_connectors-1.0.0/add-integration` and\r\nenroll an agent to it\r\n- The enabled connectors should be visible in the flyout\r\n\r\n<img width=\"870\" alt=\"Screenshot 2025-01-23 at 15 28 20\"\r\nsrc=\"https://github.com/user-attachments/assets/19cdcbc4-68d5-4e44-875e-15cd849ab84b\"\r\n/>","sha":"1b97e290ec3d18cb0fee8bc4d8cd3d4222b81c93"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Cristina Amico <criamico@users.noreply.github.com>
Follow up of #203824
Summary
This is a small bugfix for connectors not visible in agentless flyout.
Testing
app/fleet/integrations/elastic_connectors-1.0.0/add-integration
and enroll an agent to it