Hey when I run osqueryd in the foreground with `--...
# general
n
Hey when I run osqueryd in the foreground with
--verbose
(with tls configured and getting some scheduled queries), I see this in logs:
Copy code
Error casting $some_column_here () to $SOME_TYPE_HERE
One example (from querying
interface_details
table):
Copy code
I0303 12:49:21.993166 192253952 dynamic_table_row.cpp:114] Error casting enabled () to INTEGER
I0303 12:49:21.993263 192253952 dynamic_table_row.cpp:114] Error casting physical_adapter () to INTEGER
I0303 12:49:21.993315 192253952 dynamic_table_row.cpp:114] Error casting speed () to INTEGER
I0303 12:49:21.993362 192253952 dynamic_table_row.cpp:114] Error casting dhcp_enabled () to INTEGER
As far as I can tell, I'm still getting results in logs for that scheduled query, so I'm wondering if this is a thing that I should worry about. Initially when I saw it, I was worried that maybe some of the results weren't being logged. (question not focused on this particular table, I see the same type of error being logged for a handful of other tables as well) have seen this on multiple osquery versions, on at least mac and linux, up to 4.2.0 I guess I'm wondering what the impact of this is, and if I should be concerned.