hello
i wrote a sql plugin for es7,and after installed it,query dataset by sql in kibana,i found kibana cause a Content Security Policy problem, the complete message as followed
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'nonce-jHPATaeGD121pcYk'". Either the 'unsafe-inline' keyword, a hash ('sha256-SHHSeLc0bp6xt4BoVVyUy+3IbVqp3ujLaR+s+kSP5UI='), or a nonce ('nonce-...') is required to enable inline execution.
A single error about an inline script not firing due to content security policy is expected!
and then kibana got a message
{
"statusCode": 504,
"error": "Gateway Time-out",
"message": "Client request timeout"
}
How to solve this problem?
thanks