-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Filebeat azure module pipeline fixes and changes #26148
Conversation
Pinging @elastic/integrations (Team:Platforms) |
This pull request is now in conflicts. Could you fix it? 🙏
|
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
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.
Looks good, only a couple of small things.
- Closes Azure Activity Logs fail to index when fields expected to be json is a string #25815, Filebeat module azure activitylogs does not populate azure.subscription.id on MICROSOFT.SECURITY/SECURITYCONTACTS/WRITE event #24392, [Filebeat Azure Module] Ingest pipelines fails when there is an escape character in the logs #20797, [Filebeat] Add support to the Azure module for log in json #25127, [Filebeat] Error while parsing lastError field in Azure platform logs #24292
🚀
x-pack/filebeat/module/azure/platformlogs/test/platformlogs-eventhub.log
Show resolved
Hide resolved
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.
👍
* fix for filbeat pipeline * changelog * fixes * retest * generate files * retest * fix tests * fix tests * update fields * update result * fix name * Format expected json files * sub * update fields * fix test Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co> (cherry picked from commit d971550)
…hanges (#26233) * Filebeat azure module pipeline fixes and changes (#26148) * fix for filbeat pipeline * changelog * fixes * retest * generate files * retest * fix tests * fix tests * update fields * update result * fix name * Format expected json files * sub * update fields * fix test Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co> (cherry picked from commit d971550) * generate fields
* master: (26 commits) Report total and free CPU for vSphere virtual machines (elastic#26167) [filebeat] Add preserve_original_event option to o365audit input (elastic#26273) Change xml processor names in script processor to match convention (elastic#26263) [Oracle] Fixing default values for paths in config template (elastic#26276) Add more ECS fields to logs (elastic#25998) [Heartbeat] Fix broken invocation of synth package (elastic#26228) rename sqs file name (elastic#26227) Populate the agent action result if there is no matching action handlers (elastic#26152) Add ISO8601 as supported timestamp type (elastic#25564) Move Filebeat azure module to GA (elastic#26168) Filebeat azure module pipeline fixes and changes (elastic#26148) libbeat: monitor version (elastic#26214) Add new parser to filestream input: container (elastic#26115) [Metricbeat] Add state_statefulset replicas.ready (elastic#26088) Disable test processors system test for windows 10 (elastic#26216) Fix startup with failing configuration (elastic#26126) Remove 32 bits version of Elastic Agent. (elastic#25708) Chane fleetmode detection to ony use management.enabled (elastic#26180) Make `filestream` input GA (elastic#26127) libbeat/idxmgmt/ilm: fix alias creation (elastic#26146) ...
What does this PR do?
Why is it important?
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues