HI
I faced an issue, when i login the kibana ,after i login , the browser will go to https://sent2-kibana-qa.dsentience.net/logout?next=%2Fapp%2Fkibana%23%2Fhome%3F_g%3D()&msg=SESSION_EXPIRED
Environment of my ELK
two nodes for kibana, there is a loud balance those two kibabas, and SAML in enable in this environment.
Test
when i remove one kibana, so the environment only have one kibana, i can login successfully.
here is the configuration in kibana
server.port: 5601
server.host: "0.0.0.0"
xpack.security.public:
protocol: https
hostname: sent2-kibana-qa.dsentience.net
port: 443
elasticsearch.url: "https://10.8.160.XXX:9200"
elasticsearch.url: "https://10.8.160.XXX:9200"
elasticsearch.url: "https://10.8.160.XXX:9200"
elasticsearch.url: "https://10.8.160.XXX:9200"
elasticsearch.url: "https://10.8.160.XXX:9200"
elasticsearch.url: "https://10.8.160.XXX:9200"
elasticsearch.url: "https://10.8.160.XXX:9200"
elasticsearch.url: "https://10.8.160.XXX:9200"
kibana.index: ".kibana"
kibana.defaultAppId: "home"
elasticsearch.username: "elastic"
elasticsearch.password: "XXXXXXX"
logging.dest: /var/log/kibana/kibana.log
server.ssl.enabled: true
server.ssl.certificate: /etc/kibana/kibana-2/kibana.crt
server.ssl.key: /etc/kibana/kibana-2/kibana.key
elasticsearch.ssl.verificationMode: none
#xpack.license.self_generated.type: trial
xpack.security.authProviders: [saml]
server.xsrf.whitelist: [/api/security/v1/saml]
xpack.monitoring.elasticsearch.requestHeadersWhitelist: [ es-security-runas-user, authorization ]
the two nodes' configuration are the same.
the version of kibana and elastic is version 6.3.1