Skip to content

Commit d1f1aa9

Browse files
authored
New page-ambari-web-ui-auto-logout.md
New page-ambari-web-ui-auto-logout.md
1 parent 9c7f514 commit d1f1aa9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Enable auto logout in Azure HDInsight Ambari Web UI if the session is inactive.
3+
description: Enable auto logout from Ambari Web UI.
4+
ms.service: hdinsight
5+
ms.topic: how-to
6+
ms.custom: hdinsightactive,seoapr2022
7+
ms.date: 10/30/2022
8+
---
9+
10+
# Enable auto logout from Ambari Web UI
11+
12+
By default, the auto logout feature is enabled for Ambari UI. With this feature, we set a standard 30 mins before the user is logged out due to inactivity. The user will be presented with an automatic logout dialog 60 seconds prior to auto logout. User can click to remain logged in or if no activity occurs, Ambari Web will automatically log out the user and redirect the application to the login page.
13+
14+
To disable the auto logout feature,
15+
16+
1. On the Ambari Server host, open /etc/ambari-server/conf/ambari.properties with a text editor.
17+
1. There are two properties for the inactivity timeout setting.
18+
19+
|Property|Description|
20+
|---|---|
21+
|user.inactivity.timeout.default|Sets the inactivity timeout (in seconds) for all users except Read-Only users|
22+
|user.inactivity.timeout.role.readonly.default|Sets the inactivity timeout (in seconds) for all Read-Only users|
23+
24+
1. Modify the values to 0 for both the properties to disable the feature.
25+
1. Save changes and restart the running Ambari Server.
26+
27+
## Next steps
28+
29+
* [Optimize clusters with Apache Ambari in Azure HDInsight](/azure/hdinsight/hdinsight-changing-configs-via-ambari.md)

0 commit comments

Comments
 (0)