This section explains how to set an inactivity timeout for the Qumulo Core Web UI.

In Qumulo Core 5.1.0 (and higher), clusters have an optional inactivity timeout that logs users out of the Web UI if they don’t interact with it for a specified amount of time.

To Set the Web UI Inactivity Timeout

To set an inactivity timeout, use the web_ui_modify_settings command. Specify the timeout in minutes by using the --inactivity-timeout flag. For example:

qq web_ui_modify_settings --inactivity-timeout 15

To Clear the Web UI Inactivity Timeout

To clear an inactivity timeout, use the web_ui_modify_settings command with the --disable-inactivity-timeout flag.

qq web_ui_modify_settings --disable-inactivity-timeout

To View the Current Web UI Inactivity Timeout

To view the current inactivity timeout, use the web_ui_get_settings command:

qq web_ui_get_settings