[azure logs] use one input + routing for all data streams (WIP) - #11432
Closed
zmoog wants to merge 0 commit into
Closed
[azure logs] use one input + routing for all data streams (WIP)#11432zmoog wants to merge 0 commit into
zmoog wants to merge 0 commit into
Conversation
Contributor
🚀 Benchmarks reportTo see the full report comment with |
|
Contributor
Author
|
@zmoog - do you have any updates as to the timeframe when this will be ready / released? |
Contributor
Author
Hey @defutek-tj, my apologies for the delay. We clarified the Event Hub SDK behavior with the Event Hub team, and now we can move forward with the first update. In the following integration update, we will ship a new data stream v2 (preview) to handle all the log categories. ETA is next week. |
zmoog
force-pushed
the
zmoog/one-input-to-rule-them-all
branch
from
December 3, 2024 12:42
533db9d to
45192fb
Compare
|
💚 Build Succeeded
History
cc @zmoog |
Contributor
Author
|
I'm replacing this PR with the simpler and backwards compatible #11984 |
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.



Proposed commit message
Switch the integration package from the one-input-per-data-stream model to the one-input model.
One input per data stream model:
One input model:
In the one-input model, there is only one azure-eventhub input running and sending events to the
eventsdata stream. In theeventsdata stream, the ingest pipeline performs these tasks:event.datasetfield using thecategoryfield in the event.event.datasetfield to reroute the event to the target data stream.The discover process uses the following logic:
event.datasettoazure.eventhub(the generic integration)event.datasettoazure.platformlogs(it's probably an Azure log)event.datasetto specific one likeazure.activitylogsorazure.signinlogs.After the discovery step, the routing rules use the
event.datasetvalue to forward the events to the best available target data stream.Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots