tlark
03/19/2024, 8:57 PMnull
values in the JSON output. This matters downstream a lot when data modeling the output from osquery. When I type cast a query result that should be an integer, but the JSON value is a blank string instead of a null
value then I cannot really typecast a nothing to a datatype. So, I have to implement tons of NULLIF
in my data models. This is not a huge deal as I am able to easily work around it, but the labor is definitely increased for every time I want to make the osquery data very useful downstream in our data platform.
So, should I file a gh issue against the main repo? I am still new to osquery and not 100% sure how to report a problem like thisMike Myers
03/20/2024, 3:49 PMtlark
03/20/2024, 4:22 PMtlark
03/20/2024, 4:23 PMMike Myers
03/20/2024, 5:31 PMtlark
03/20/2024, 5:32 PMFG
03/20/2024, 6:16 PMtlark
03/20/2024, 6:16 PMNULLIF
so I see this as a qualify of life feature request personallyFG
03/20/2024, 6:16 PMseph
tlark
03/25/2024, 11:06 PMchild_pid
is an integer, but when there is no child_pid
the JSON return of the results is actually a blank stringseph