cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

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

2 REPLIES 2

Hi Akhil, I think you must set the content security policy in Kibana as explained here: https://www.elastic.co/guide/en/kibana/7.1/settings.html

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