-
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
[Automatic Import] Fixing only show cel generation flow when user selects cel input #196356
Conversation
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.
LGTM
.../create_integration/create_integration_assistant/steps/data_stream_step/data_stream_step.tsx
Show resolved
Hide resolved
Pinging @elastic/security-scalability (Team:Security-Scalability) |
Starting backport for target branches: 8.x |
💚 Build Succeeded
Metrics [docs]Async chunks
History
cc @kgeller |
…ects cel input (elastic#196356) ## Summary Fixing the Automatic Import flow so that cel generation only occurs when user selects the CEL input in the dropdown. (cherry picked from commit cb30988)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…er selects cel input (#196356) (#196450) # Backport This will backport the following commits from `main` to `8.x`: - [[Automatic Import] Fixing only show cel generation flow when user selects cel input (#196356)](#196356) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kylie Meli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-15T22:03:42Z","message":"[Automatic Import] Fixing only show cel generation flow when user selects cel input (#196356)\n\n## Summary\r\n\r\nFixing the Automatic Import flow so that cel generation only occurs when\r\nuser selects the CEL input in the dropdown.","sha":"cb309882166172fa59aac0d0e839edcd1ae43c61","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","backport:prev-minor","Team:Security-Scalability","Feature:AutomaticImport"],"title":"[Automatic Import] Fixing only show cel generation flow when user selects cel input","number":196356,"url":"https://github.com/elastic/kibana/pull/196356","mergeCommit":{"message":"[Automatic Import] Fixing only show cel generation flow when user selects cel input (#196356)\n\n## Summary\r\n\r\nFixing the Automatic Import flow so that cel generation only occurs when\r\nuser selects the CEL input in the dropdown.","sha":"cb309882166172fa59aac0d0e839edcd1ae43c61"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196356","number":196356,"mergeCommit":{"message":"[Automatic Import] Fixing only show cel generation flow when user selects cel input (#196356)\n\n## Summary\r\n\r\nFixing the Automatic Import flow so that cel generation only occurs when\r\nuser selects the CEL input in the dropdown.","sha":"cb309882166172fa59aac0d0e839edcd1ae43c61"}}]}] BACKPORT--> Co-authored-by: Kylie Meli <[email protected]>
Summary
Fixing the Automatic Import flow so that cel generation only occurs when user selects the CEL input in the dropdown.