-
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 logic for detecting first time Elastic Agent users #182214
Conversation
Pinging @elastic/fleet (Team:Fleet) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @jen-huang |
…ic#182214) ## Summary Resolves elastic#181800. Fixes the logic for detecting first time Elastic Agent users on Cloud so that the multi-page layout for adding an integration kicks in. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 63bc11a)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…#182214) (#182281) # Backport This will backport the following commits from `main` to `8.14`: - [[Fleet] Fix logic for detecting first time Elastic Agent users (#182214)](#182214) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jen Huang","email":"its.jenetic@gmail.com"},"sourceCommit":{"committedDate":"2024-05-01T17:47:53Z","message":"[Fleet] Fix logic for detecting first time Elastic Agent users (#182214)\n\n## Summary\r\n\r\nResolves #181800. Fixes the\r\nlogic for detecting first time Elastic Agent users on Cloud so that the\r\nmulti-page layout for adding an integration kicks in.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"63bc11a02b0e25713a494bce8fdf225b64d94975","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Fleet","v8.14.0","v8.15.0"],"title":"[Fleet] Fix logic for detecting first time Elastic Agent users","number":182214,"url":"https://github.com/elastic/kibana/pull/182214","mergeCommit":{"message":"[Fleet] Fix logic for detecting first time Elastic Agent users (#182214)\n\n## Summary\r\n\r\nResolves #181800. Fixes the\r\nlogic for detecting first time Elastic Agent users on Cloud so that the\r\nmulti-page layout for adding an integration kicks in.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"63bc11a02b0e25713a494bce8fdf225b64d94975"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/182214","number":182214,"mergeCommit":{"message":"[Fleet] Fix logic for detecting first time Elastic Agent users (#182214)\n\n## Summary\r\n\r\nResolves #181800. Fixes the\r\nlogic for detecting first time Elastic Agent users on Cloud so that the\r\nmulti-page layout for adding an integration kicks in.\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"63bc11a02b0e25713a494bce8fdf225b64d94975"}}]}] BACKPORT--> Co-authored-by: Jen Huang <its.jenetic@gmail.com>
* master: (1654 commits) Bump ejs from 3.1.9 to 3.1.10 Don't render exceptions flyout if data is loading (elastic#181588) Enable value list modal (elastic#181593) skip flaky suite (elastic#181777) skip failing test suite (elastic#182263) [Mappings Editor] Disable _source field in serverless (elastic#181712) [data.search] Fix unhandled promise rejections (elastic#181785) [Fleet] Fix logic for detecting first time Elastic Agent users (elastic#182214) [ML] Decouple data_visualizer from MapEmbeddable (elastic#181928) [ES|QL] Sorting accepts expressions (elastic#181916) [ML] Single Metric Viewer: ensures chart displays correctly when opening from a job annotation (elastic#182176) Adding optional Description field to Roles APIs (elastic#182039) Upgrade Markdown-it to 14.1.0 (elastic#182244) Bump xml-crypto from 5.0.0 to 6.0.0 [DOCS] Fix docs and screenshots for rule creation changes (elastic#181925) Update dependency elastic-apm-node to ^4.5.3 (main) (elastic#182236) [Obs AI Assistant] register alert details context in observability plugin (elastic#181501) Add `@typescript-eslint/no-floating-promises` (elastic#181456) [Playground] Propagate Error message into FE (elastic#182201) [ES|QL] Rename the setting to a more generic one and move to the general section (elastic#182074) ...
Summary
Resolves #181800. Fixes the logic for detecting first time Elastic Agent users on Cloud so that the multi-page layout for adding an integration kicks in.