we are running in some issues and we dont know why.
Kibana 7.3
Kibana session timeout 60 minutes
When we running a dashboard from the default space and refresh this dashboard every 15 minutes, we dont run into a session timeout.
But when we running a dashboard with the same user from another space and refresh this dashboard every 15 minutes, we run into a session timeout.
Why is this happening ?
How can we avoid a session timeout with dashboard which are not in the default space ?
@treknado, do you have xpack.security.sessionTimeout set in your kibana.yml? Also, what do you have set for xpack.security.authc.providers or xpack.security.authProviders?
Hey @treknado, there are currently a sub-set of XHR requests that are executed by Kibana which don't extend the session timeouts because they're using a "non-standard" approach. TSVB happens to be one of these. https://github.com/elastic/kibana/pull/39477 will fix this issue, but the earliest this fix will be available is in 7.6.
It's an incredibly ugly hack, but if you add a non-TSVB Visualization to the dashboard, that should keep the dashboard from expiring your session prematurely.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.