elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.76k stars 8.15k forks source link

More scoping options for application of Console settings #119219

Open cjcenizal opened 2 years ago

cjcenizal commented 2 years ago

Console requests a list of mappings, aliases, and templates from ES. Users with many indices (with many fields) will incur a cost every time mappings are retrieved. Console settings, including refresh interval, are applied per user. However, this cost is incurred globally by the deployment. If refresh needs to be disabled as part of the troubleshooting process, it will need to be disabled globally because asking every user to disable it is untenable for deployments with hundreds or thousands of users.

The solution is to provide an option to disable the refresh autocomplete per Space, or for all Users on the deployment.

elasticmachine commented 2 years ago

Pinging @elastic/kibana-stack-management (Team:Stack Management)

elasticmachine commented 1 week ago

Pinging @elastic/kibana-management (Team:Kibana Management)