[Reponse Ops][Alerting] Excluding ECS experimental fields from ECS component template#170571
Merged
ymao1 merged 15 commits intoelastic:mainfrom Nov 27, 2023
Merged
[Reponse Ops][Alerting] Excluding ECS experimental fields from ECS component template#170571ymao1 merged 15 commits intoelastic:mainfrom
ymao1 merged 15 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/response-ops (Team:ResponseOps) |
ymao1
commented
Nov 3, 2023
...solution/server/lib/detection_engine/rule_types/factories/utils/strip_non_ecs_fields.test.ts
Show resolved
Hide resolved
Contributor
Author
|
@elasticmachine merge upstream |
vitaliidm
reviewed
Nov 7, 2023
Contributor
vitaliidm
left a comment
There was a problem hiding this comment.
one question regarding impact on existing customers before alerts index rolls out
...solution/server/lib/detection_engine/rule_types/factories/utils/strip_non_ecs_fields.test.ts
Show resolved
Hide resolved
…bana into exclude-experimental-ecs-fields
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
|
I tried a "migration" from main to this PR, and got the following: |
…bana into exclude-experimental-ecs-fields
pmuellr
approved these changes
Nov 20, 2023
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @ymao1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #168959
Summary
Hard-coding a list of experimental (RFC stage 2) ECS fields to exclude from the ECS component template. These are only the fields that are not currently defined in
ecs_flat.yml. The only existing field that is excluded isfaas.triggerwhich, if included, will cause a mapping conflict exception because of an ECS mapping change fromnestedtoobject.To Verify
Compare the mappings for the
.alerts-ecs-mappingscomponent template betweenmainand this branch and notice that thefaas.triggerfield is excluded from the component template on this branch.