https://github.com/osquery/osquery logo
#fleet
Title
# fleet
k

KK

05/18/2021, 11:17 AM
Hey guys, I'm running a live query on the fleet UI and I'm seeing a 500 error response from the
/api/v1/fleet/queries/run
endpoint. I'm on the fleetdm/fleet:latest docker container pointing to an elasticache redis cluster. Based on the answer here (https://serverfault.com/questions/812156/redis-cluster-error-moved), my guess is that the redis client in the fleet container is not following the redirection. Has anyone encountered this and has a solution?
j

Juan Alvarez

05/18/2021, 11:56 AM
i think that library that fleet uses does not support redis redirect
z

zwass

05/18/2021, 4:43 PM
Fleet does not support Redis Cluster (Fleet can scale to hundreds of thousands of devices with a single medium Redis instance). I think we need to update the documentation to indicate this.
👍 1