-
Notifications
You must be signed in to change notification settings - Fork 439
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 Blob Storage] Adding integration for Custom Azure Blob Storage Input #4693
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Similar to #4692 There is currently a few questions up for discussion here:
|
Integration has not been fully tested yet, but will be soon (before merging) |
🌐 Coverage report
|
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.
LGTM 👍🏼
Once we have a way to run system tests, we could change to GA.
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
@P1llus , can we get this in? |
Was waiting for elastic/stream#47 to finalize and be merged, and wanted to wait for the dynamic ECS template functionality that was very recently merged here: elastic/elastic-package#1073 so that we could include this functionality from the initial version of the package. |
All blocking features have now been resolved, will just have to update the PR with the system test and add dynamic ECS template before merging: #5055 |
This new input needs to be added to the filebeat spec file for elastic-agent first: https://github.com/elastic/elastic-agent/blob/main/specs/filebeat.spec.yml |
Spec file updated as per: elastic/elastic-agent#2149 |
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.
minor doc changes otherwise LGTM
Co-authored-by: ShourieG <105607378+ShourieG@users.noreply.github.com>
Package azure_blob_storage - 0.1.0 containing this change is available at https://epr.elastic.co/search?package=azure_blob_storage |
What does this PR do?
This adds support for using the custom Azure Blob Storage Input that was added to filebeat in 8.5.0.
Checklist
changelog.yml
file.Related issues