-
Notifications
You must be signed in to change notification settings - Fork 435
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
[azure_logs] Add Custom Azure Logs input package #11552
base: main
Are you sure you want to change the base?
Conversation
It seems all other integrations use Elastic-2.0
With this pipeline override, users can run a custom pipeline only for a specific input package installation.
All other input packages seem to use this logo.
It seems we cannot build OOTB routing into an input package
I don't think we can (or want) offer this option.
cc @lalit-satapathy for the ownership topic in the reviewer's checklist |
license: Elastic-2.0 | ||
description: "Collect log events from Azure Event Hubs with Elastic Agent" | ||
type: input | ||
categories: |
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.
nit - should we add observability
here. AWS logs do have this 1
Footnotes
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.
Good point! Adding it.
Co-authored-by: Kavindu Dodanduwa <[email protected]>
Co-authored-by: Kavindu Dodanduwa <[email protected]>
- it's consistent with the equivalent AWS integration - end users a probably not aware of the input vs. integration
💚 Build Succeeded
History
cc @zmoog |
Quality Gate failedFailed conditions |
Proposed commit message
Add a new input package to collect custom logs from Event Hub.
This input package is a thin wrapper on the
azure-eventhub
input that allows users to receive JSON log events from an event hub and transform them using custom pipelines and mappings.Users should use this input package instead of generic integration in the Azure Logs integration.
Checklist
changelog.yml
file.Author's Checklist
Reviewer's Checklist
Please review the following items and, ideally, leave your thoughts in the comments.
message
field. This gives users all the options to transform the log event in the custom pipeline. Do you have any suggestions?elastic/obs-ds-hosted-services
. Should we set the ownership toelastic/obs-infraobs-integrations
?Related issues
Screenshots