[One Workflow] Add new http connectors to enabledActionTypes configs#256084
Merged
semd merged 9 commits intoelastic:mainfrom Mar 6, 2026
Merged
[One Workflow] Add new http connectors to enabledActionTypes configs#256084semd merged 9 commits intoelastic:mainfrom
semd merged 9 commits intoelastic:mainfrom
Conversation
sphilipse
approved these changes
Mar 5, 2026
…tp_connector_in_es_projects' into workflows/enable_http_connector_in_es_projects
…tp_connector_in_es_projects
Contributor
💚 Build Succeeded
Metrics [docs]
History
cc @semd |
justinkambic
approved these changes
Mar 5, 2026
Contributor
justinkambic
left a comment
There was a problem hiding this comment.
o11y UI changes LGTM
rgodfrey-elastic
approved these changes
Mar 5, 2026
kapral18
pushed a commit
to kapral18/kibana
that referenced
this pull request
Mar 9, 2026
…lastic#256084) ## Summary Follow-up of: - elastic#249004 We missed the serverless `enabledActionTypes` configs when implementing the new connector. It needs to be enabled for: - es - observability (logs essentials): Workflows disabled in this tier, but just in case it's enabled someday So workflows don't crash when using `.http` and `.http-system` connectors. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
qn895
pushed a commit
to qn895/kibana
that referenced
this pull request
Mar 11, 2026
…lastic#256084) ## Summary Follow-up of: - elastic#249004 We missed the serverless `enabledActionTypes` configs when implementing the new connector. It needs to be enabled for: - es - observability (logs essentials): Workflows disabled in this tier, but just in case it's enabled someday So workflows don't crash when using `.http` and `.http-system` connectors. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up of:
We missed the serverless
enabledActionTypesconfigs when implementing the new connector. It needs to be enabled for:So workflows don't crash when using
.httpand.http-systemconnectors.