I have a dashboard displayed on a TV in my office that shows auto-refreshed stats through a Kibana dashboard. I am trying to disable the Kibana Session Timeout so that it never logs out, but the Kibana documentation doesn't actually say how to disable it. Additionally, I set it to 1000d
but the TV logged out after 17 days which also didn't make much sense to me because the max timeout says it's 30 days.
Kibana.yml
xpack.security.session.lifespan: "1000d"
ELK Setup: Elastic Cloud
Version: 8.7.1
How can I prevent the TV from ever logging out?