-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Non-breaking adjustment of osquery Filebeat module to ECS #10088
Conversation
@ruflin This one will annoy you as well. Non-breaking change, because since the OSQuery module reads "userland" data (directly related to their query), I'm copying out a few bit of info without renaming anything. |
As discussed in the other PR, let's not do this and rely on aliases. |
a5692ff
to
ca939c7
Compare
@ruflin Ready for a quick review. No breaking changes here. Test failures unrelated (heartbeat and libbeat) |
@webmat See other PR for the comments related to alias. We should go with alias instead of copying. |
@ruflin Are you saying we should move the data to the ECS field name, and put in place an alias inside the user's query result objects towards the ECS name? @tsg How were these events generated, by the way? The |
@webmat I'm suggestion we do here the same as for all other modules. |
This pull request is now in conflicts. Could you fix it? 🙏
|
No breaking field transitions, as these results are all userland data (directly based on user queries).
Rename
Fields copied out to ECS
Also