You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i set elasticsearch-http-basic-auth-plugin,it's ok to use in like http request use basic auth.but when i use kinbana,i set
elasticsearch.username: elastic elasticsearch.password: admin_pw in kibana.yml,i can open localhost:5601,and some function like devtools doesnot function .how do i set the config @Sessa93
The text was updated successfully, but these errors were encountered:
You should set these configurations on kibana.yml :
elasticsearch.requestHeadersWhitelist: ["Authorization"]
elasticsearch.customHeaders : { "Authorization":"Basic XXXXX" }
when i set elasticsearch-http-basic-auth-plugin,it's ok to use in like http request use basic auth.but when i use kinbana,i set
elasticsearch.username: elastic elasticsearch.password: admin_pw in kibana.yml,i can open localhost:5601,and some function like devtools doesnot function .how do i set the config
@Sessa93
The text was updated successfully, but these errors were encountered: