Unable to Access Kibana from Seqr Web application #2776
Unanswered
DeepakRamchandani1
asked this question in
Q&A
Replies: 1 comment 12 replies
-
This looks like an error with the kibana configuration we provide in the open source version of seqr, so I'm sorry for that. Try adding the following to the
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to access Kibana from the Seqr web application which is deployed on a Google Kubernetes Engine Cluster. When I am trying to click on the Kibana button which is present on the Seqr UI, it's redirecting me back to the Seqr login page. When I am checking the logs it's showing me the below error:
login/?msg=UNAUTHENTICATED&next=%2Fapp%2Fkibana" , status: 401, "severity": "WARNING",
{"type":"response","@timestamp":"2022-06-03T07:56:37+00:00","tags":[],"pid":8,"method":"get","statusCode":401,"req":{"url":"/app/kibana","method":"get","headers":{"user-agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36","accept-encoding":"gzip, deflate, br","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9","connection":"keep-alive","host":"kibana-kb-http:5601",}
Also, I am able to access the Kibana directly from the Kibana Pod's IP Address provided I am in the same network but, when I am trying to access it through the Seqr web application, it's throwing me back at the Seqr Login page. and stating the above-mentioned errors.
Beta Was this translation helpful? Give feedback.
All reactions