-
Notifications
You must be signed in to change notification settings - Fork 474
[qualys_vmdr] Rename and convert fields. Lower case cloud.provider
#10966
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
Conversation
cloud.provider
🚀 Benchmarks reportTo see the full report comment with |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
cloud.provider
cloud.provider
packages/qualys_vmdr/data_stream/asset_host_detection/sample_event.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
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.
Thanks
@efd6 I pushed the last update (generated sample events from system test). Once the build will be successful, it's ready to be approved and hopefully merged. |
Probably premature, this will fail due to README.md mismatch. Please also |
Learning is continuing 😉! |
|
💚 Build Succeeded
History
|
Package qualys_vmdr - 5.0.0 containing this change is available at https://epr.elastic.co/search?package=qualys_vmdr |
…lastic#10966) * Rename fields to match Qualys name. * Convert numeric fields to long/integer. * Lowercase `cloud.provider` field.
…lastic#10966) * Rename fields to match Qualys name. * Convert numeric fields to long/integer. * Lowercase `cloud.provider` field.
Proposed commit message
This PR is doing several things:
Lower case
cloud.provider
andqualys_vmdr.asset_host_detection.cloud_provider
ECS field
cloud.provider
provides examples in lowercase. As most elastic field values are lowercase, I think it makes sense to align the Qualys integration. I don't want to have to specify querycloud.provider: "AWS" or cloud.provider: "aws"
Rename fields
Convert field types
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots