-
Notifications
You must be signed in to change notification settings - Fork 469
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
Adapt definitions of nested subfields to current Fleet implementation #11016
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
cc @jsoriano |
Quality Gate passedIssues Measures |
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.
Checked akamai. Looks good.
@lalit-satapathy @axw could we please get someone from your team reviewing this? |
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.
Reviewed gcp package from infraobs team. Looks good!
I only looked at gcp, and mostly rubberstamping because @ishleenk17 already looked. (Logic looks sound though.) |
Package akamai - 2.25.1 containing this change is available at https://epr.elastic.co/search?package=akamai |
Package falco - 0.1.1 containing this change is available at https://epr.elastic.co/search?package=falco |
Package gcp - 2.37.2 containing this change is available at https://epr.elastic.co/search?package=gcp |
Package github - 1.29.1 containing this change is available at https://epr.elastic.co/search?package=github |
Package google_workspace - 2.25.1 containing this change is available at https://epr.elastic.co/search?package=google_workspace |
Package jamf_protect - 2.6.1 containing this change is available at https://epr.elastic.co/search?package=jamf_protect |
Package tanium - 1.10.1 containing this change is available at https://epr.elastic.co/search?package=tanium |
Package trellix_edr_cloud - 1.2.1 containing this change is available at https://epr.elastic.co/search?package=trellix_edr_cloud |
…elastic#11016) These mappings were correctly defined as expected by the spec, but Fleet was only installing empty nested objects. To workaround that, subfields can be moved to have their own definitions. Issue in Fleet is fixed in elastic/kibana#191730, we can apply this workaround for current versions of the stack.
…elastic#11016) These mappings were correctly defined as expected by the spec, but Fleet was only installing empty nested objects. To workaround that, subfields can be moved to have their own definitions. Issue in Fleet is fixed in elastic/kibana#191730, we can apply this workaround for current versions of the stack.
Proposed commit message
Adapt definitions of subfields of nested objects so they are actually installed by Fleet. New mappings are otherwise equivalent.
These mappings were correctly defined as expected by the spec, but Fleet was only installing empty nested objects. To workaround that, subfields can be moved to have their own definitions.
Issue in Fleet is fixed in elastic/kibana#191730, but we can apply this workaround for older versions of the stack.
Checklist
changelog.yml
file.How to test this PR locally
Install one of these packages, and check that the index templates include the mappings for the fields of the nested objects.
Related issues