Hey guys, I'm running a live query on the fleet UI...
# fleet
k
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
i think that library that fleet uses does not support redis redirect
z
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