Kibana version:
7.5.0
Elasticsearch version:
7.5.0
Server OS version:
Debian 9.5
Browser version:
Chrome 78.0.3904.108
Original install method (e.g. download page, yum, from source, etc.):
apt-get
Describe the bug:
When I click "View in Console" on any of the examples here, I get:

Notice how it didn't load the example query?
Steps to reproduce:
View in CodeExpected behavior:
Code should load
Errors in browser console (if relevant):
When I open chrome dev tools from this link, I see:

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-SbBSU7MfZFnVMq4PuE/jbBz7pPIfXUTYDrdHl7Ckchc='), or a nonce ('nonce-...') is required to enable inline execution.
bootstrap.js:9 ^ A single error about an inline script not firing due to content security policy is expected!
:5601/built_assets/dlls/vendors.bundle.dll.js:559
INFO: 2019-12-10T17:29:28Z
Adding connection to http://localhost:5601/elasticsearch
Provide logs and/or server output (if relevant):
Any additional context:
Original posting on discuss
Do you use any custom plugins maybe?
Pinging @elastic/es-ui (Team:Elasticsearch UI)
Do you use any custom plugins maybe?
Not that I'm aware of. GET /_cat/plugins returns an empty 200 response.
@spottedmahn Thanks for reporting!
I was able to reproduce this - we'll fix this functionality.
Hi @jloleysens - thanks for submitting a PR so quickly! ⚡🤩🤝
Addressed in https://github.com/elastic/kibana/pull/52814