fleet
fleet copied to clipboard
add host additional info filters
My initial take on implementing #2329. Adds a new additional_info_filters
query param to the /api/v1/kolide/hosts
endpoint that takes a comma delimited list of additional fields to include in the result.
TIL about JSON_EXTRACT... yes that seems like a viable option. I'll work on changes to use that instead.