Is it possible to have smaller frequency of querie...
# fleet
v
Is it possible to have smaller frequency of queries in Fleet? I am only seen 5 minutes and higher.
l
Yes, using `fleetctl`:
Copy code
fleetctl get queries --yaml > queries.yml
# edit queries.yaml change 300 -> smaller seconds value
fleetctl apply -f queries.yml
v
Oh, so not from the UI, but at least very simple to do. Thanks, Lucas