https://github.com/osquery/osquery logo
Title
z

zwass

03/21/2018, 4:03 PM
@Kemal consider creating a label that selects a few specific hosts with
select 1 from osquery_info where hostname in ('foo', 'bar', 'baz')
, then target your pack to that label.
k

Kemal

03/22/2018, 1:36 PM
that table isnt contain the column hostname. am i wrong?
z

zwass

03/22/2018, 3:45 PM
Ah sorry,
system_info
k

Kemal

03/23/2018, 7:45 AM
thank you for answer and there is a bug related label feature, i will open an issue.