Non-breaking adjustment of osquery Filebeat module to ECS#10088
Non-breaking adjustment of osquery Filebeat module to ECS#10088webmat wants to merge 5 commits intoelastic:masterfrom
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