why does my fleet have a missing field on primary_...
# fleet
n
why does my fleet have a missing field on primary_ip and mac at the database
j
Maybe the existing detail query that gathers that data isn't suitable for your needs. https://fleetdm.com/docs/using-fleet/understanding-host-vitals#network-interface-unix - you can run that same query on one of your nodes and see if it produces the expected results. If not, you can change it to meet your needs. See https://fleetdm.com/docs/configuration/configuration-files#features-detail-query-overrides
p.s. i'm not a Fleet representative, but I have personally encountered this issue myself.
n
i see at the the result status log failed to retrive netowrk statics for inteface .....
does it releted?
j
Probably. Try it with a simple query like
select * from interface_addresses
n
this query works for me
but i cant change fleet inside queries
j
The 2nd documentation link I posted tells you how to change those "fleet inside queries".