🌊 Disallow manual_ingest_pipeline processor for wired streams#233902
Merged
flash1293 merged 7 commits intoelastic:mainfrom Sep 5, 2025
Merged
🌊 Disallow manual_ingest_pipeline processor for wired streams#233902flash1293 merged 7 commits intoelastic:mainfrom
flash1293 merged 7 commits intoelastic:mainfrom
Conversation
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
Contributor
|
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
Contributor
|
Pinging @elastic/streams-program-team (Team:streams-program) |
tonyghiani
approved these changes
Sep 5, 2025
Contributor
tonyghiani
left a comment
There was a problem hiding this comment.
Looks good Joe, thanks for the change!
shahargl
pushed a commit
to shahargl/kibana
that referenced
this pull request
Sep 7, 2025
…c#233902) As discussed, we don't want to offer manual_ingest_pipeline for wired streams. This PR makes sure it can only be used for classic streams (disallowing on the API and hiding from the UI) * Tests for `manual_ingest_pipeline` were currently done on wired streams, moved that over to classic streams. * The test for testing a half-created wired stream was done with a broken `manual_ingest_pipeline`, which is now not possible anymore - this PR changes the test to manually delete the streams definition while leaving the actual data stream in place, simulating the situation of a restored data stream.
yngrdyn
added a commit
that referenced
this pull request
Sep 10, 2025
In #233902 `manual_ingest_pipeline` are not supported in wired streams. This PR removes steps when configuring child streams in `sample_logs` scenario
eleonoramicozzi
pushed a commit
to eleonoramicozzi/kibana
that referenced
this pull request
Sep 10, 2025
…c#234524) In elastic#233902 `manual_ingest_pipeline` are not supported in wired streams. This PR removes steps when configuring child streams in `sample_logs` scenario
KodeRad
pushed a commit
to KodeRad/kibana
that referenced
this pull request
Sep 15, 2025
…c#233902) As discussed, we don't want to offer manual_ingest_pipeline for wired streams. This PR makes sure it can only be used for classic streams (disallowing on the API and hiding from the UI) * Tests for `manual_ingest_pipeline` were currently done on wired streams, moved that over to classic streams. * The test for testing a half-created wired stream was done with a broken `manual_ingest_pipeline`, which is now not possible anymore - this PR changes the test to manually delete the streams definition while leaving the actual data stream in place, simulating the situation of a restored data stream.
KodeRad
pushed a commit
to KodeRad/kibana
that referenced
this pull request
Sep 15, 2025
…c#234524) In elastic#233902 `manual_ingest_pipeline` are not supported in wired streams. This PR removes steps when configuring child streams in `sample_logs` scenario
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Sep 24, 2025
…c#233902) As discussed, we don't want to offer manual_ingest_pipeline for wired streams. This PR makes sure it can only be used for classic streams (disallowing on the API and hiding from the UI) * Tests for `manual_ingest_pipeline` were currently done on wired streams, moved that over to classic streams. * The test for testing a half-created wired stream was done with a broken `manual_ingest_pipeline`, which is now not possible anymore - this PR changes the test to manually delete the streams definition while leaving the actual data stream in place, simulating the situation of a restored data stream.
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Sep 24, 2025
…c#234524) In elastic#233902 `manual_ingest_pipeline` are not supported in wired streams. This PR removes steps when configuring child streams in `sample_logs` scenario
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
In #233902 `manual_ingest_pipeline` are not supported in wired streams. This PR removes steps when configuring child streams in `sample_logs` scenario
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.
As discussed, we don't want to offer manual_ingest_pipeline for wired streams. This PR makes sure it can only be used for classic streams (disallowing on the API and hiding from the UI)
manual_ingest_pipelinewere currently done on wired streams, moved that over to classic streams.manual_ingest_pipeline, which is now not possible anymore - this PR changes the test to manually delete the streams definition while leaving the actual data stream in place, simulating the situation of a restored data stream.