Basic
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.login.admins Unravel UI admin. Set during installation. | - | string | admin |
com.unraveldata.login.admins.readonly List of read-only admins. | Optional | CSL | - |
com.unraveldata.login.mode Mode to use for login.
| - | string | open |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.customer.organization Customer name. Used to identify your installation for reporting and notification purposes in Unravel UI. | Optional | string | Not Set |
com.unraveldata.advertised.url Defines the Unravel Server URL for HTTP traffic. Example: http://unravelserver.company.com:3000 |
| string | http://{host}:3000 |
com.com.unraveldata.hdfs.timezone Timezone of HDFS, for example, US/Eastern, Etc/GMT-4, America/New_York. If the timezone is not set then an error message is logged and UTC timezone is used. Possible timezones can be obtained by calling | string | - | |
com.unraveldata.tmpdir The base location for Unravel process control files where Unravel's temp files reside. | string (path) | /srv/unravel/tmp | |
com.unraveldata.history.maxSize.weeks Number of weeks retained for search results in Elastic Search. | integer | 5 | |
com.unraveldata.retention.max.days Number of days to keep the heaviest data (such as error logs and drill-down details) in the SQL Database. | integer | 30 |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.es.cluster Unravel elastic search cluster name. For example, unravel21650. | string | unravel | |
com.unraveldata.zk.quorum Embedded Zookeeper ensemble in form host1:port1,host2:port2. | CSL | 127.0.0.1:4181 |
These properties are required when using Kerberos.
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.kerberos.principal Name of the Kerberos principal for Unravel daemons to use, along with its hostname, domain name, and realm. Example: unravel/myhost.mydomain@MYREALM | string | - | |
com.unraveldata.kerberos.keytab.path Path to keytab file, on Unravel Server, corresponding to the Kerberos principal for Unravel daemons to use. Example: /usr/local/unravel/etc/unravel.keytab You can verify the principal in a keytab by using | string |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.onprem Specifies whether the deployment is on premise or on cloud. ImportantFor Azure Databricks, EMR, and HDInsight set to False |
| boolean | true |
User idle timeout
Property/Description | Set by user | Unit | Default |
---|---|---|---|
unravel.user.idleTimeout Specifies the idle timeout for the user. Users are automatically signed out if they remain idle on Unravel beyond the time specified in this property. | Optional | milliseconds | 900000 |