https://github.com/osquery/osquery logo
Title
w

wennan.he

10/11/2022, 9:38 PM
Hi fleet team, if i want to use redis cluster instead of standalone service, is the cfg same between them?
k

Kathy Satterlee

10/11/2022, 9:41 PM
Everything else remains the same!
w

wennan.he

10/11/2022, 9:59 PM
so, looks like we only need FLEET_REDIS_CLUSTER_FOLLOW_REDIRECTIONS and FLEET_REDIS_CLUSTER_READ_FROM_REPLICA for connecting to redis cluster, right?
k

Kathy Satterlee

10/11/2022, 10:06 PM
Those are the only additional settings you might change, yes.
You just point Fleet to the cluster and you’re good to go.
w

wennan.he

10/11/2022, 10:10 PM
ok i will try it ty.