Integrate in Kibana

Hi I am trying to integrate the Neo4j into Kibana as iframes but I am getting a content security issue. This prevents them from framing. Can someone help me?

Thanks in advance
Akhil

Hi Akhil, I think you must set the content security policy in Kibana as explained here: Configuring Kibana | Kibana Guide [7.1] | Elastic

Check the csp.rules section.

Hi Ruben,
Thank you for the response finally.

I have used following csp.rules already :
csp.rules:
# current defaults
- "script-src 'unsafe-eval' 'nonce-{nonce}'"
- "worker-src blob'"
- "child-src blob:"
# New rule for iframes
- "frame-src http://example.com/"

still getting this error :-
Refused to frame 'http://example.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'"

Thanks
Akhil