Kibana (x-pack)missing authentication token for REST request

I add a proxy in between Kibana and Elasticsearch,then

{"type":"log","@timestamp":"2017-09-20T21:27:06Z","tags": ["license","warning","xpack"],"pid":38255,"message":"License information could not be obtained from Elasticsearch. [security_exception] missing authentication token for REST request [/_xpack], with { header={ WWW- Authenticate=\"Basic realm=\\\"security\\\" charset=\\\"UTF-8\\\"\" } } :: {\"path\":\"/_xpack\",\"statusCode\":401,\"response\":\"{\\\"error\\\":{\\\"root_cause\\\": [{\\\"type\\\":\\\"security_exception\\\",\\\"reason\\\":\\\"missing authentication token for REST request [/_xpack]\\\",\\\"header\\\":{\\\"WWW-Authenticate\\\":\\\"Basic realm=\\\\\\\"security\\\\\\\" charset=\\\\\\\"UTF- 8\\\\\\\"\\\"}}],\\\"type\\\":\\\"security_exception\\\",\\\"reason\\\":\\\"missing authentication token for REST request [/_xpack]\\\",\\\"header\\\":{\\\"WWW-Authenticate\\\":\\\"Basic realm=\\\\\\\"security\\\\\\\" charset=\\\\\\\"UTF- 8\\\\\\\"\\\"}},\\\"status\\\":401}\",\"wwwAuthenticateDirective\":\"Basic realm=\\\"security\\\" charset=\\\"UTF- 8\\\"\"}"}

What version are you on?
What proxy are you using?
What license did you apply to your cluster?

kibana es version:5.2.1
proxy: kibana-own-home( intercept request from kibana to es,save username to session)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.