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

[ Crowdstrike Falcon ] Parse of process field is wrong. #4707

Closed
leandrojmp opened this issue Nov 23, 2022 · 1 comment · Fixed by #4709
Closed

[ Crowdstrike Falcon ] Parse of process field is wrong. #4707

leandrojmp opened this issue Nov 23, 2022 · 1 comment · Fixed by #4709
Labels

Comments

@leandrojmp
Copy link
Contributor

Hello,

The parse of the process fields in the Crowdstrike Falcon Pipeline is wrong, it is creating fields with dots in the name instead of nested json objects.

It creates this:

{
    "process.executable": "value"
}

Instead of

{
    "process": {
        "executable": "value"
    }
}

This same issue was present in the filebeat integration and I submitted a fix more than an year ago.

I will submit a PR later with the same fix, but I'm creating this issue to register the problem.

@elasticmachine
Copy link

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants