Resource control and quotas

Is it possible to have any kind of resource control?
The use case is for a multi-tenant cluster, where we would like to ensure that resources (query frequency, bandwidth, number of concurrent REST requests, index size, disk quota) are under control.

Cheers

Currently we only have something like this: Preventing brute force attacks | Security for Elasticsearch | Search Guard but we have resource control in our backlog. Can you provide more detailed requirements sorted by priority?

So I still have to define the exact requirements, but a premilinary priolist would include:

  1. total disk quota per group of users
  2. total number of indexing per second per group of users
  3. total number of queries per secont per group of users

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.