nyanshak
07/09/2020, 8:44 PMfile-format.md
docs:
# "additional" information to collect from hosts along with the host
# details. This information will be updated at the same time as other host
# details and is returned by the API when host objects are returned. Users
# must take care to keep the data returned by these queries small in
# order to mitigate potential performance impacts on the Fleet server.
additional_queries:
time: select * from time
macs: select mac from interface_details
1. What is meant by "small" here?
2. How frequently do these queries get run by the hosts? Is there a way to specify intervals / reduce the intervals?
<thread>additional_queries:
rpm_packages: SELECT name, version, ... FROM rpm_packages;
seph
07/09/2020, 9:17 PMnyanshak
07/09/2020, 9:20 PMseph
07/09/2020, 9:21 PMnyanshak
07/09/2020, 9:23 PMseph
07/09/2020, 9:24 PMnyanshak
07/09/2020, 9:25 PMseph
07/09/2020, 9:26 PMzwass
07/14/2020, 5:56 PM