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

Allow ECS entities to be logged directly #401

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Jun 10, 2024

These will overwrite anything set by default by the integration so should be considered an expert level feature.

@Mpdreamz Mpdreamz merged commit 795342e into main Jul 10, 2024
5 checks passed
@Mpdreamz Mpdreamz deleted the feature/log-entities-directly branch July 10, 2024 07:32
Mpdreamz added a commit that referenced this pull request Sep 26, 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.
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.

2 participants