Hello everyone! Did anybody previously see situati...
# general
a
Hello everyone! Did anybody previously see situation when some hosts return same results multiple times during one ad-hoc query via FleetDM? I send query to 5 hundred of hosts and wait for results, but some hosts (<10) returns their results multiple times. It does not depend on exact query, it can be default query of
osquery_info
table which should return only one row for every host. Field values are the same for these hosts. I tried to user
--verbose
option to see additional info from osquery from one of such hosts, but I think I need help with this because I still don’t understand such behavior.
I should also mention that configs are the same for all hosts
BTW, it was also mysql related problem. After DB migration I don’t see such problem anymore.