Hello all. I'm trying to stand up osquery on-prem....
# kolide
e
Hello all. I'm trying to stand up osquery on-prem. How many servers would I need for about 30,000 endpoints? I understand that I can use Scale Sets in Azure but am trying to set up a test environment with a budget of $0. Any advice would be appreciated.
z
for 30k endpoints you'll need a handful of servers and a beefy mysql. For setting up a test env, check out https://github.com/dactivllc/osquery-in-a-box
e
Thanks for your quick response. Can you estimate the number of servers I may need? I will check out that link.
z
4-6 perhaps? Depends on so many factors.
e
@zwass What are some of those factors?
z
Intervals set for logging, config retrieval, and distributed query checkins will play a large role. Also how many distributed queries you actually run, how many labels you create, the volume of logs being pushed from scheduled queries.
👍 2