Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do i set kinbana for es when i set elasticsearch-http-basic-auth-plugin #1

Open
avazemush opened this issue Mar 16, 2021 · 2 comments

Comments

@avazemush
Copy link

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 image

@hzde0128
Copy link

hzde0128 commented Jun 17, 2021

image

i have the same question

@antonio-it-lab
Copy link

antonio-it-lab commented Apr 10, 2024

You should set these configurations on kibana.yml :
elasticsearch.requestHeadersWhitelist: ["Authorization"]
elasticsearch.customHeaders : { "Authorization":"Basic XXXXX" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants