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 Qumulo Core Web UI if they don’t interact with it for a specified amount of time.

To Set the Qumulo Core Web UI Inactivity Timeout

To set an inactivity timeout, run the qq web_ui_modify_settings command and use the --inactivity-timeout flag to specify the timeout in minutes. For example:

qq web_ui_modify_settings --inactivity-timeout 15

To Clear the Qumulo Core Web UI Inactivity Timeout

To clear an inactivity timeout, run the qq web_ui_modify_settings command and use 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, run the qq web_ui_get_settings command:

qq web_ui_get_settings