-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[receiver/kafkareceiver] Add Azure Resource Logs Support #23333
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
[receiver/kafkareceiver] Add Azure Resource Logs Support #23333
Conversation
cc1d473
to
d0dbc06
Compare
Please sign the CLA |
I have. I rebased to use the correct email address. |
911621a
to
2f56bea
Compare
@atoulme we would need your review here since you will be added as a codeowner |
e2c7ff2
to
9cf3da6
Compare
29d9b3c
to
f177c8a
Compare
return l, err | ||
} | ||
|
||
// The Azure resource ID will be pulled into a common resource attribute. |
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.
I don't think this assumption is incorrect, I've seen the batch contain multiple resource IDs before.
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.
I added code to handle that situation.
c7d558a
to
3066415
Compare
3066415
to
81e27ff
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
…(pkg/translators/azure) and use shared format in Event Hub and Kafka Receivers.
81e27ff
to
d05f11d
Compare
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.
Could you please split this up in translator and then adding to kafka?
@MovieStoreGuy I just created this PR for the Translator portion #25096 |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Description:
Add the ability to Consume Azure Resource Logs in the Kaka Receiver.
Link to tracking Issue:
#18210
Testing:
Locally tested by receiving data from Azure Event Hubs with the Kafka Receiver. Data was coming from Azure Resources using Diagnostic Settings.
Documentation:
Documentation updated to reflect new format.