Anyone else seeing this?
In Kibana, trying to save anything (vis, dashboard, etc.) has the button doing the spinning "wait" icon ... forever. The button on the save dialog works.
Inspecting the browser -- it appears that the first REST call to "does this name exist" works, then the follow-up "save this set of data" fails with 503 error.
Evidently, the kibana pages are doing something the browser security policy stops. See below
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-SHHSeLc0bp6xt4BoVVyUy+3IbVqp3ujLaR+s+kSP5UI='), or a nonce ('nonce-...') is required to enable inline execution.