Dear all, we have specific requirements for a few ...
# fleet
p
Dear all, we have specific requirements for a few of our hosts. We need to block live queries and not allow Fleet to be able to add more scheduled queries (only run the scheduled queries manually deployed on the host). Do you guys have some documentation available for this kind of setup?
o
--disable_distributed=true
passed as a CLI argument ?
Copy code
Distributed Flags
--distributed_plugin=tls

Distributed plugin name. The default distributed plugin is not set. You must set --disable_distributed=false --distributed_plugin=tls (or whatever plugin you'd rather use instead of TLS) to enable the distributed feature.

--disable_distributed=true

Disable distributed queries functionality. By default, this is set to true (the distributed feature is disabled). Set this to false to enable distributed queries.

--distributed_interval=60
Docs
p
Thank you 🙏