You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Instead of
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.
The text was updated successfully, but these errors were encountered: