Skip to content
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

Support nested entities when using AssignField #450

Merged
merged 9 commits into from
Sep 26, 2024

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Sep 25, 2024

Addresses #402

Continuation of #401

This now allows us to log not just the value types but also deeply nested entities on other entities.

E.g threat.indicator.file.pe.company now successfully assigns to doc.Threat.IndicatorFile.Pe.Company

The only thing we don't support today is self referential (reused) entities e.g process.parent.* since these require a tad more massaging of the intermediary model.

@Mpdreamz Mpdreamz linked an issue Sep 25, 2024 that may be closed by this pull request
Copy link
Contributor

@stevejgordon stevejgordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Mpdreamz Mpdreamz merged commit 5b4004c into main Sep 26, 2024
6 checks passed
@Mpdreamz Mpdreamz deleted the feature/inlude-nested-entities-dispatch branch September 26, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Data mapping with Elastic Common Schema fail
2 participants