girish
08/02/2023, 12:41 PM* to get all stored fields.
i tried various combinations but was unable to get the response by adding additional_info_filters to the API.
can someone please guide
some info on what i tried:
api/v1/fleet/host_additional?additional_info_filters=cpu_info.manufacturer
api/v1/fleet/host_additional?additional_info_filters=*cpu_info.manufacturer
api/v1/fleet/hosts?additional_info_filters=system_info,os_info,cpu_info
Thank youKathy Satterlee
08/02/2023, 2:07 PMgirish
08/03/2023, 10:04 AMKathy Satterlee
08/03/2023, 2:14 PMgirish
08/03/2023, 4:32 PMKathy Satterlee
08/03/2023, 4:39 PMyaml file to configure fleet, the simplest approach is to pull the current config with fleetctl, make the changes you want, then apply the file.Kathy Satterlee
08/03/2023, 4:40 PMKathy Satterlee
08/03/2023, 4:43 PMfleetctl get config --yaml > fleet-config.yml
Then edit the file to include the feature and apply the edited config:
fleetctl apply -f fleet-config.yml