Du lette etter:

grafana logging out automatically

After Upgrade from Grafana 5 to 6, dashboard keeps logging out
https://community.grafana.com/t/after-upgrade-from-grafana-5-to-6...
01.03.2019 · The default is to refresh the auth token every 10 minutes, either the kiosk is having trouble connecting to grafana periodically (server load, network traffic, anything that would interrupt), or the refresh is somehow broken in the code base. Try extending the refresh interval and see if it prevents the logout (for 10 hours) in docker:
Configuration | Grafana Labs
https://grafana.com/docs/grafana/latest/administration/configuration
Grafana’s log directory would be set to the grafana directory in the directory behind the LOGDIR environment variable in the following example. [paths] logs = $__env ... URL to redirect the user to after they sign out. oauth_auto_login. Set to true to attempt login with OAuth automatically, skipping the login screen.
Log queries | Grafana Labs
grafana.com › docs › loki
Log queries. All LogQL queries contain a log stream selector. Optionally, the log stream selector can be followed by a log pipeline. A log pipeline is a set of stage expressions that are chained together and applied to the selected log streams. Each expression can filter out, parse, or mutate log lines and their respective labels.
Grafana randomly logs out · Issue #23233 - GitHub
https://github.com › grafana › issues
What happened: I occasionally get logged out of Grafana. ... Log in and keep a tab with several queries open with automatic refresh turned ...
User auto logout - Grafana - Grafana Labs Community Forums
https://community.grafana.com/t/user-auto-logout/34260
27.07.2020 · User auto logout. Grafana Support. carlosmagalhaes July 27, 2020, 10:26pm #1. Hi all, Probably the dumbest question but cant seem to find the actual timeout setting in the ini for a user. I have a dashboard that I use in full screen but the user (admin at this point) keeps getting logged out. Seems to be a login timeout setting.
Grafana Authentication | Grafana Labs
https://grafana.com/docs/grafana/latest/auth/grafana
You can hide the Grafana login form using the below configuration settings. [auth] disable_login_form = true Automatic OAuth login Set to true to attempt login with OAuth automatically, skipping the login screen. This setting is ignored if multiple OAuth providers are configured. Defaults to false. [auth] oauth_auto_login = true Hide sign-out menu
After Upgrade from Grafana 5 to 6, dashboard keeps logging out
community.grafana.com › t › after-upgrade-from
Mar 01, 2019 · Sorry - it’s been a while and I have been out of the office. The test with a graph with no datasource seems to do the trick. Grafana did NOT log out on it’s own in a 72+ hour period. Trying to watch what happens with Chrome / inspector just results in what appears to be a normal log out and is really hard to catch. Our datasource is Zabbix btw.
User not getting logged out automatically from Grafana ...
https://bugzilla.redhat.com › show...
OpenShift SSO session timeout = 30 mins • OpenShift OAuth proxy session timeout = 30 mins So we expect that the Grafana dashboard should get ...
Grafana Authentication | Grafana Labs
grafana.com › docs › grafana
You can hide the Grafana login form using the below configuration settings. [auth] disable_login_form = true Automatic OAuth login. Set to true to attempt login with OAuth automatically, skipping the login screen. This setting is ignored if multiple OAuth providers are configured. Defaults to false. [auth] oauth_auto_login = true Hide sign-out menu
Configuration | Grafana Labs
grafana.com › docs › grafana
URL to redirect the user to after they sign out. oauth_auto_login. Set to true to attempt login with OAuth automatically, skipping the login screen. This setting is ignored if multiple OAuth providers are configured. Default is false. oauth_state_cookie_max_age
User auto logout - Grafana Community
https://community.grafana.com › u...
I have a dashboard that I use in full screen but the user (admin at this point) keeps getting logged out. Seems to be a login timeout ...
Single Sign Out in Grafana - Stack Overflow
https://stackoverflow.com › single-...
You can keep the logout button disable_signout_menu = false and give signout_redirect_url = "http://localhost/ldap/login.html" to your ...
Overview | Grafana Labs
https://grafana.com/docs/grafana/latest/auth/overview
You can hide the Grafana login form using the below configuration settings. [auth] disable_login_form = true Automatic OAuth login Set to true to attempt login with OAuth automatically, skipping the login screen. This setting is ignored if multiple OAuth providers are configured. Defaults to false. [auth] oauth_auto_login = true
User auto logout - Grafana - Grafana Labs Community Forums
community.grafana.com › t › user-auto-logout
Jul 27, 2020 · User auto logout. Grafana Support. carlosmagalhaes July 27, 2020, 10:26pm #1. Hi all, Probably the dumbest question but cant seem to find the actual timeout setting in the ini for a user. I have a dashboard that I use in full screen but the user (admin at this point) keeps getting logged out. Seems to be a login timeout setting.
[SOLVED]Grafana keeps asking for log-in - Configuration
https://community.home-assistant.io › ...
Although i can log in in the main dashboard of grafana, whenever i try to ... I'm having the same problem here, did you ever figure it out?
Dashboards logging out : r/grafana - Reddit
https://www.reddit.com › comments
Dashboards logging out. I have the latest versions of Grafana and InfluxDB running on a 4GB Raspberry Pi 4. Everything works fine when I ...
Grafana randomly logs out · Issue #23233 · grafana/grafana ...
https://github.com/grafana/grafana/issues/23233
31.03.2020 · I occasionally get logged out of Grafana. I am logged in as the admin user, and after some time, I get logged out. The actual amount of time varies. What you expected to happen: The login session should be alive until the token expires. How to reproduce it (as minimally and precisely as possible): Log in and keep a tab with several queries open ...