Gerard Soldevila
Gerard Soldevila
Some technical observations: A single [HTTP Agent](https://nodejs.org/api/http.html#class-httpagent) is capable of handling multiple sockets pools, one per upstream target. It also supports a [maxTotalSockets](https://nodejs.org/api/http.html#new-agentoptions) option, which allows defining a global limit...
To the loyal fans of the _FlatUI immersed_, know that you can override the highlight colour of the input boxes by appending the following config to your `settings.json`: > `"workbench.colorCustomizations":...
FWIW I checked the [autoscaling configuration](https://github.com/elastic/kibana-controller/blob/main/helm/values.yaml#L107,L128) for the Kibana controller, and it seems to rely on `kibana.stats.process.event_loop_utilization.utilization` rather than `kibana.stats.process.event_loop_delay.ms`, which is the one that this PR is updating. Thus,...
In progress https://github.com/elastic/kibana/pull/190158