Kiranos
05/09/2026, 6:58 AM{
"options": {
"host_identifier": "specified",
"specified_identifier": "my-external-ID"
}
}
and having fleet pick up this value and allow me to add a column in the hosts tab which I then can filter on etc?
or if someone else have solved my problem another way?Kiranos
05/09/2026, 2:41 PMSELECT value FROM osquery_flags WHERE name="specified_identifier";
on each hostKiranos
05/09/2026, 3:01 PMSELECT value AS specified_identifier FROM osquery_flags WHERE name = 'specified_identifier' AND specified_identifier != '';
then it would be great if the resulting hosts list actually showed the value in a new column in that listKiranos
05/09/2026, 3:02 PMGray Williams
05/11/2026, 9:27 AMKiranos
05/11/2026, 4:20 PM