fleet/server
Michal Nicpon 3801f1c6d1
improve primary ip host detail query (#8407)
Previously, the primary ip was determined using the interface with the most traffic. This had a few issues and required explicitly filtering out certain interfaces that we don't want eg loopback, docker.

Instead, use the default route to determine the primary (private) ip. If there are multiple, use the one with the lowest metric and prefer ipv4 addresses.
2022-10-27 16:34:49 -06:00
..
authz Add Apple MDM functionality (#7940) 2022-10-05 19:53:54 -03:00
bindata Allow users to be readded if they were ever removed (#1945) 2021-09-07 13:33:40 -03:00
config Use the same HTTP server config as the production server in tests (#8254) 2022-10-19 07:42:21 -03:00
contexts Translate the AppConfig and Team validation messages to be more user-friendly (#8171) 2022-10-12 17:10:50 -04:00
datastore Fix password reset request expiration (#8246) 2022-10-25 09:46:41 -05:00
errorstore report error analytics (#6341) 2022-06-28 16:31:14 -03:00
fleet Fix password reset request expiration (#8246) 2022-10-25 09:46:41 -05:00
health Separate health checks for MySQL and Redis (#6468) 2022-07-01 08:08:03 -03:00
launcher Upgrade osquery-go (#4728) 2022-03-23 12:15:37 -03:00
live_query Bump go to 1.19.1 (#7690) 2022-09-12 20:32:43 -03:00
logging test: use T.TempDir to create temporary test directory (#6080) 2022-06-13 10:20:38 -03:00
mail update copyright year in core product transactional email templates (#3549) 2022-01-01 12:41:32 -06:00
mdm/apple Add Apple MDM functionality (#7940) 2022-10-05 19:53:54 -03:00
mock Fix password reset request expiration (#8246) 2022-10-25 09:46:41 -05:00
policies Refactor webhooks cron to new schedule package (#7840) 2022-09-20 14:26:36 -05:00
ptr Feature 7077: Add MSRC feed parser (#7424) 2022-08-30 16:39:50 -04:00
pubsub Add display_name to more results (#8204) 2022-10-14 11:14:18 -03:00
service improve primary ip host detail query (#8407) 2022-10-27 16:34:49 -06:00
sso Bump go to 1.19.1 (#7690) 2022-09-12 20:32:43 -03:00
test 7135 host display name (#7873) 2022-10-08 08:57:46 -04:00
vulnerabilities Fixed bug with CPE matching, UTM.app was matching to the incorrect CPE (#8149) 2022-10-24 12:46:18 +00:00
webhooks Add display_name to more results (#8204) 2022-10-14 11:14:18 -03:00
websocket improve error handling in vulnerabilities cron (#7276) 2022-08-18 16:53:58 -03:00
worker Add vulnerability scores to Jira/Zendesk tickets for premium users (#8346) 2022-10-26 10:42:09 -04:00
utils.go Modify /server/utils to handle all 2xx codes as POST success (#3534) 2021-12-30 16:00:10 -06:00