Grafana inside an iframe

  • What Grafana version and what operating system are you using?
    Centos 8

  • What are you trying to achieve?
    I’m configuring grafana so that it can go inside another application, I have done it with iframe

  • How are you trying to achieve it?

  • What happened?
    Gives content security policy (CSP) error

  • What did you expect to happen?

  • Can you copy/paste the configuration(s) that you are having problems with?

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.

  • Did you follow any online instructions? If so, what is the URL?

It stays with the screen loaded and at the end it shows this, and I have configured it with an embedded iframe.

#</iframe src=“http://192.168.1.129” width=“1540” height=“910”>

which in turn goes to the reverse proxy

create new

ProxyRequests On ProxyPreserveHost On Require all granted # backend server and forwarded path ProxyPass / http://127.0.0.1:3000/ ProxyPassReverse / http:/127.0.0.1:3000/

But at the end there is a parameter that he doesn’t like and won’t let him continue, what mistake am I making? Best regards