mwielgoszewski / doorman

an osquery fleet manager
MIT License
621 stars 90 forks source link

modify queries not working if not specifying shard #125

Closed rubenrodr-versia closed 7 years ago

rubenrodr-versia commented 7 years ago

Hi,

If i try to modify the interval of a query without setting a value for "Shard" i get no error, but the value is not changed.

Thanks. Best regards.

mwielgoszewski commented 7 years ago

Totally forgot to add code to pass shard keyword argument to the Query.create method.

Fixed in 7cb4abd.