Pierre Gayvallet
Pierre Gayvallet
> is it ok to close this issue since it's by design? I'll assume so. Closing.
> Currently we are overriding this config in the kibana-controller, but ultimately it should be added to Kibana's own [serverless configs](https://github.com/elastic/kibana/blob/main/config/serverless.yml)[1](https://github.com/elastic/kibana/issues/152144#user-content-fn-1-fb7ebd3317bfddb3f98e44a0e1ff0442): (TIL we already have a `serverless.yaml` config file on...
Got the same issue on a linux environement. Though the plugin was supposed to REWRITE urls, not encode them to base64 without the possibility to disable this in the configuration.......
This `unavailable` status is coming from here: https://github.com/elastic/kibana/blob/5edf7e267aecb5b48c90ca3d616c272d194153b5/src/core/server/elasticsearch/status.ts#L20-L27 Which means that for some reason, `esNodesCompatibility$` did not emit yet, or, more likely, the emission was not propagated to the observable...