본문 바로가기
오류

kibana에서 웹사이트로

by 뇽꾸리 2023. 3. 7.
반응형

[Ref] https://www.elastic.co/guide/en/kibana/current/kibana-authentication.html#embedded-content-authentication 

 

Authentication in Kibana | Kibana Guide [8.6] | Elastic

Kibana uses SPNEGO, which wraps the Kerberos protocol for use with HTTP, extending it to web applications. At the end of the Kerberos handshake, Kibana forwards the service ticket to Elasticsearch, then Elasticsearch unpacks the service ticket and responds

www.elastic.co

 

참고는 이거를 했지만... 난 다른방법으로 해결했다.  elasticsearch.yml 에 뭔가 느낌이 여기가 true 였는데 기분나빠서 false 해줫더니 잘된다.

꾿! 

xpack.security.enabled: false
# The API key service is required by Fleet, but disabled by default when the
# Elasticsearch API is not served over TLS.
xpack.security.authc.api_key.enabled: false

 

 

 

localhost:8080/nyong/view/testView

<body>
    <iframe id="_iframe_src" src="http://ip:5601/app/dashboards#/view/a7727590-bca7-11ed-970a-9daf3df574aa?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-90d%2Fd,to:now))" frameborder="0" height="700" width="1500"></iframe>
</body>

 

반응형

댓글