Hi team, I am trying to embed kibana url using iframe, but its not working for me.
I am using kibana version 7.17.13, I want to embed overall kibana, with all its functionality not just any one dashbord of it.
Authentication in Kibana | Kibana Guide [8.11] | Elastic I have also tried this documentation for my issue but when i specifically use this parameter in kibana.yml the kibana service fails to start
xpack.security.sameSiteCookies: "None"
This is my kibana.yml file
server.host: 0.0.0.0
server.port: 443
elasticsearch.hosts: https://192.168.9.61:9200
elasticsearch.password: NAIVGddfhgz56D2jMu8
Elasticsearch from/to Kibana
elasticsearch.ssl.certificateAuthorities: /etc/kibana/certs/ca/ca.crt
elasticsearch.ssl.certificate: /etc/kibana/certs/kibana.crt
elasticsearch.ssl.key: /etc/kibana/certs/kibana.key
Browser from/to Kibana
server.ssl.enabled: true
server.ssl.certificate: /etc/kibana/certs/kibana.crt
server.ssl.key: /etc/kibana/certs/kibana.key
Elasticsearch authentication
xpack.security.enabled: true
elasticsearch.username: elastic
uiSettings.overrides.defaultRoute: "/app/wazuh"
elasticsearch.ssl.verificationMode: certificate
telemetry.banner: false
#xpack.security.sameOrigin: false
this is my elastic cluster info
{
"name" : "elasticsearch",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "8JqS2LfoROO7F2OiW4KS_w",
"version" : {
"number" : "7.17.13",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "2b211dbb8bfdecaf7f5b44d356bdfe54b1050c13",
"build_date" : "2023-08-31T17:33:19.958690787Z",
"build_snapshot" : false,
"lucene_version" : "8.11.1",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
so, can anyone guide me out in the right direction for my issue.
And one more thing I want to discuss can we whitelabel kibana dashboard, because as far as i have seen documentations i get to know that its not working for us to whitelabel kibana so, can anyone guide me out for this also.
Thanks in advance for one helping me out for my issue.