Individual User Customizations

Whenever a user of the System Web Interface modifies the application behavior or adds new sheets, visualizations, or statistics that are stored persistently, these changes are stored as user preferences in the following file:

/var/user/user-name/webui/preferences/solaris.json

These user preferences are owned and readable only by that user or by administrators. Do not modify this file directly.

For example, when you use System Web Interface to change your home sheet in Solaris Analytics (right-click on the thumbnail of the sheet and select “Your Home Sheet”), an entry similar to the following is written to your preferences file:

$ cat /var/user/user-name/webui/preferences/solaris.json
{
    "_lastUpdated": 1603306041264,
    "apps": {
        "analytics": {
            "v1": {
                "homeSheet": "9af5e11f-6804-5a79-8918-39cbc85b57ac"
            }
        }
    }
}